aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-11-17 16:29:21 +0100
committern-peugnet <n.peugnet@free.fr>2019-11-17 16:30:10 +0100
commit169f2b097bb7ffcab1b536d66437165e9c4ea2d8 (patch)
treeacfeff973269ae4fa4d14b81fdb1acfb791c33ca /webpack.config.js
parent698a6d274e1c909e4e7be56fa9d15296706464b5 (diff)
downloadwcms-169f2b097bb7ffcab1b536d66437165e9c4ea2d8.tar.gz
wcms-169f2b097bb7ffcab1b536d66437165e9c4ea2d8.zip
chore: minor file changes
- rename LICENSE.md into LICENSE - move some vars in Makefile - move prettier config outside of webpack config
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',