tj / frontend-boilerplate

webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
2.93k stars 268 forks source link

npm build not work #58

Closed janjon closed 8 years ago

janjon commented 8 years ago

npm build not work

tj commented 8 years ago

works fine for me (note that it's npm run build not npm build), please add an error message if it still doesn't work

basejs commented 7 years ago

maybe your NODE_ENV is bad, you can try: npm install cross-env --save-dev and edit it "build": "cross-env NODE_ENV=production webpack --progress --colors"