Ignore node_modules on Dockerfile, Docker-compose down and up
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-02 23:24:10 +01:00
parent 73fe03b411
commit 31c194503c
3 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default {
hydratable: true,
emitCss: true,
// ...(!dev && {
// css: css => css.write('static/bundle.css', dev),
css: css => css.write('static/bundle.css', dev),
// }),
// hot: hot && {
// // sapper-dev-client expects either webpack or rollup with no HMR, so