Closed thaggie closed 7 years ago
I changed the command line workflow to work from a single terminal window as I think this is more approachable.
Now:
npm start
npm run build
I like this =) Thanks!
I changed the command line workflow to work from a single terminal window as I think this is more approachable.
Now:
npm start
will build and watch both BuckleScript and Webpacknpm run build
will just build with BuckleScript and then Webpack as a one off