fix(core): update
This commit is contained in:
3
assets/templates/npm/ts/index.ts
Normal file
3
assets/templates/npm/ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as plugins from './{{module.name}}.plugins.js';
|
||||
|
||||
export let demoExport = 'Hi there! :) This is an exported string';
|
7
assets/templates/npm/ts/some.plugins.ts
Normal file
7
assets/templates/npm/ts/some.plugins.ts
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fileName: {{module.name}}.plugins.ts
|
||||
---
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
}
|
Reference in New Issue
Block a user