Ver código fonte

es6 to es5 with babel compilation

sanex3339 9 anos atrás
pai
commit
4bfb4d5645
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -37,6 +37,7 @@
     "tsc": "tsc",
     "tsc:w": "tsc -w",
     "webpack": "node_modules/.bin/webpack",
+    "watch": "node_modules/.bin/webpack --watch",
     "lite": "lite-server",
     "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
     "tests": "node dist/tests/test-bundle.js"