Skip to content

Commit

Permalink
Merge pull request marmelab#1307 from beevelop/patch-2
Browse files Browse the repository at this point in the history
Makefile: Fix generating source-map with webpack
  • Loading branch information
Kmaschta authored Mar 7, 2017
2 parents ffa7600 + 6be9eb1 commit 51a50a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ transpile:

build:
make transpile
NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress --devtool --source-map
NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress --devtool source-map
cp -Rf build examples/blog/
@echo "Files build/ng-admin.min.css and build/ng-admin.min.js updated (with minification)"

Expand Down

0 comments on commit 51a50a3

Please sign in to comment.