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/tests.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/tests.js')
-rw-r--r-- | config/webpack/tests.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/webpack/tests.js b/config/webpack/tests.js deleted file mode 100644 index 84f008eac..000000000 --- a/config/webpack/tests.js +++ /dev/null @@ -1,8 +0,0 @@ -// Note: You must restart bin/webpack-dev-server for changes to take effect - -const { merge } = require('webpack-merge'); -const sharedConfig = require('./shared'); - -module.exports = merge(sharedConfig, { - mode: 'development', -}); |