aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 9c6607d..c256ad2 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -35,11 +35,7 @@ module.exports = (env) => {
],
},
plugins: [
- new PrettierPlugin({
- tabWidth: 4,
- trailingComma: 'es5',
- singleQuote: true,
- })
+ new PrettierPlugin(),
],
externals: {
'@sentry/browser': 'Sentry',