diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2019-12-26 18:22:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-26 18:22:01 +0100 |
commit | 4b967cb532b34c5d38452a71de6ae6e965858ca0 (patch) | |
tree | acfeff973269ae4fa4d14b81fdb1acfb791c33ca /webpack.config.js | |
parent | 698a6d274e1c909e4e7be56fa9d15296706464b5 (diff) | |
parent | 169f2b097bb7ffcab1b536d66437165e9c4ea2d8 (diff) | |
download | wcms-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.js | 6 |
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', |