aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-12-26 18:22:01 +0100
committerGitHub <noreply@github.com>2019-12-26 18:22:01 +0100
commit4b967cb532b34c5d38452a71de6ae6e965858ca0 (patch)
treeacfeff973269ae4fa4d14b81fdb1acfb791c33ca /webpack.config.js
parent698a6d274e1c909e4e7be56fa9d15296706464b5 (diff)
parent169f2b097bb7ffcab1b536d66437165e9c4ea2d8 (diff)
downloadwcms-4b967cb532b34c5d38452a71de6ae6e965858ca0.tar.gz
wcms-4b967cb532b34c5d38452a71de6ae6e965858ca0.zip
Merge pull request #31 from n-peugnet/minor-fixes
Chore: minor file changes
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',