Skip to content

Commit

Permalink
move rollup ocnfig flag
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Oct 5, 2023
1 parent c6ccec9 commit fd8c058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "rollup -c",
"watch": "rollup -c -w",
"serve": "http-server ./dist -p 7002 -c-1 --cors",
"dev": "npm run serve & npm run watch --no-watch.clearScreen"
"dev": "npm run serve & npm run watch"
},
"dependencies": {
"todomvc-app-css": "^2.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default {
sourcemap: true,
name: "app",
},
watch: {
clearScreen: false,
},
plugins: [
css({
minify: true,
Expand Down

0 comments on commit fd8c058

Please sign in to comment.