Rollup and NPM packages changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user