0

I am trying to build from isomorphic-flux-boilerplate

This build script will not work for windows:

"build": "rm -rf dist && babel-node ./node_modules/.bin/webpack --stats --config  ./webpack/prod.config.js",

Does anyone know it's windows counterpart?

1 Answers1

0

It might be because of rm -rf command. You can try replacing it with the answer from this question RM -rf equivalent for Windows?

Community
  • 1
  • 1
oobgam
  • 1,309
  • 8
  • 10