diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-05-09 17:57:57 +0000 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-09-11 16:05:01 +0000 |
commit | 64ee565b339eefbeb601200611f9fd08174135ef (patch) | |
tree | 6b33c9efa711ed0b820392f7eadd6bb9375ca6d7 /config/webpack/rules/mark.js | |
parent | 0aacf00f5b77264537aa87fb8f78d7346feb1ec4 (diff) | |
download | mastodon-deps/shakapacker.tar mastodon-deps/shakapacker.tar.gz mastodon-deps/shakapacker.tar.bz2 mastodon-deps/shakapacker.zip |
Replace to shakapacker from webpackerdeps/shakapacker
Diffstat (limited to 'config/webpack/rules/mark.js')
-rw-r--r-- | config/webpack/rules/mark.js | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/config/webpack/rules/mark.js b/config/webpack/rules/mark.js index e62a526b0..8d7484d3d 100644 --- a/config/webpack/rules/mark.js +++ b/config/webpack/rules/mark.js @@ -1,8 +1,4 @@ -if (process.env.NODE_ENV === 'production') { - module.exports = {}; -} else { - module.exports = { - test: /\.js$/, - loader: 'mark-loader', - }; -} +module.exports = { + test: /\.js$/, + loader: 'mark-loader', +}; |