Skip to content

Commit

Permalink
webpack and prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmithkc committed Dec 18, 2020
1 parent f4c21bc commit d1ca0b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"bfnrtv",
"oboejs",
"wasm"
]
],
"prettier.printWidth": 120,
"prettier.singleQuote": true
}
5 changes: 2 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ module.exports = (env) => {
minimizer: [
new TerserPlugin({
terserOptions: {
format: {
comments: /@version/i,
},
format: { comments: /@version/i },
mangle: { module: true },
},
extractComments: false,
}),
Expand Down

0 comments on commit d1ca0b8

Please sign in to comment.