transpile svelte/shared.js by default
This commit is contained in:
parent
c061c3c4e9
commit
6fd9c0fecb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default {
|
||||||
|
|
||||||
// If we're building for production (npm run build
|
// If we're building for production (npm run build
|
||||||
// instead of npm run dev), transpile and minify
|
// instead of npm run dev), transpile and minify
|
||||||
production && buble({ exclude: 'node_modules/**' }),
|
production && buble({ include: ['src/**', 'node_modules/svelte/shared.js'] }),
|
||||||
production && uglify()
|
production && uglify()
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue