Skip to content

Commit a10683a

Browse files
committed
[fixed] Make the non-minified dist build present again (#164)
This commit removes the `-p` flag from the call to webpack so that the webpack config works as intended, creating two files in the dist directory, one minified and one unminified. After 3f32338 was merged the build ended up only producing the production minified versions for both files. This commit restores the initial behavior of a non-minified and a minified file.
1 parent 04db149 commit a10683a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
webpack --config webpack.dist.config.js -p
2+
webpack --config webpack.dist.config.js

0 commit comments

Comments
 (0)