Skip to content

Commit

Permalink
fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed Jun 30, 2017
1 parent d4c4f6e commit 707194c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ module.exports = {
performance: {
hints: false
},
devtool: '#eval-source-map'
devtool: 'source-map'
}
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ options.plugins = [
}
}),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
sourceMap: false,
compress: {
warnings: false
}
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-tinymce.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 707194c

Please sign in to comment.