1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Updating packages in builder and server, making build work in Windows.

This commit is contained in:
Michael Drury 2021-02-24 10:56:12 +00:00
parent 2e73b51904
commit 55b55a0a28
4 changed files with 819 additions and 902 deletions

View file

@ -108,7 +108,7 @@
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-livereload": "^1.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",

View file

@ -138,7 +138,7 @@ export default {
// Watch the `dist` directory and refresh the
// browser on changes when not in production
!production && livereload({ watch: outputpath, delay: 500 }),
!production && livereload({ watch: outputpath, delay: 500, port: 35730 }),
// If we're building for production (npm run build
// instead of npm run dev), minify

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff