Skip to content

Commit 3be8711

Browse files
committed
unminified the build
1 parent 673eb39 commit 3be8711

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

dist/vue-formly-bootstrap.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-formly-bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-formly-bootstrap",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A bootstrap based form input bundle for Vue Formly",
55
"main": "dist/vue-formly-bootstrap.js",
66
"scripts": {

webpack.build.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ module.exports = [
3232
}
3333
}),
3434
new webpack.optimize.UglifyJsPlugin({
35-
compress: {
36-
warnings: false
37-
}
35+
compress: false,
36+
mangle: false
3837
}),
3938
new webpack.optimize.DedupePlugin(),
4039
new webpack.BannerPlugin(banner, {

0 commit comments

Comments
 (0)