Skip to content

Commit 6f4133a

Browse files
committedMay 20, 2018
chore: bump deps
1 parent 0d142cb commit 6f4133a

File tree

3 files changed

+9422
-2941
lines changed

3 files changed

+9422
-2941
lines changed
 

‎examples/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
for name in scoped-css css-modules complex; do
44
echo "Building ${name}..."
5-
$(npm bin)/webpack --config examples/${name}/webpack.config.js
5+
$(npm bin)/webpack --mode development --config examples/${name}/webpack.config.js
66
done

0 commit comments

Comments
 (0)
Please sign in to comment.