mirror of https://github.com/sveltejs/svelte
parent
dfcbd01a2d
commit
af5673e3d5
@ -0,0 +1,2 @@
|
|||||||
|
src/shared
|
||||||
|
shared.js
|
@ -0,0 +1,5 @@
|
|||||||
|
export default {
|
||||||
|
entry: 'src/shared/index.js',
|
||||||
|
dest: 'shared.js',
|
||||||
|
format: 'es'
|
||||||
|
};
|
Loading…
Reference in new issue