Rollup and NPM packages changes

This commit is contained in:
2020-02-17 22:40:26 +01:00
parent 2ae935aca5
commit ece818fc39
4 changed files with 4 additions and 8 deletions

View File

@@ -47,7 +47,9 @@ export default {
hydratable: true,
// emitCss: true,
// css: css => css.write('public/bundle.css'),
css: css => css.write('static/bundle.css', dev),
// ...(!dev && {
css: css => css.write('static/bundle.css', dev)
// })
// hot: hot && {
// // sapper-dev-client expects either webpack or rollup with no HMR, so
// // we need to prevent it from doing full reloads with rollup