aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-17 17:18:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit423da5baf0aeac7acffc83328a7c3731c2997b98 (patch)
treecee866278f6da90068a8c5ee0a3768a932e23436 /vnext/webpack.config.js
parentf88307cc569f4ce179a64726885ea75401dfbcec (diff)
Fix ESLint warnings
react hooks linter fixes header!
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index fadf35a7..b8209023 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -40,7 +40,7 @@ module.exports = (env, argv) => {
{
test: /\.css$/,
use: [
- dev? "style-loader" : MiniCssExtractPlugin.loader,
+ dev? 'style-loader' : MiniCssExtractPlugin.loader,
{
loader: 'css-loader'
},