summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-10 14:56:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-10 14:56:33 +0900
commit08ee9e4eaffa4b6809440ec2cbe4daad084c00df (patch)
treee07b083068569ff26c8df29cbb949d29f5cbd648 /webpack
parentwip (diff)
downloadsharkey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.tar.gz
sharkey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.tar.bz2
sharkey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.zip
wip
Diffstat (limited to 'webpack')
-rw-r--r--webpack/module/rules/theme-color.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/module/rules/theme-color.ts b/webpack/module/rules/theme-color.ts
index 7ee545191c..a65338465a 100644
--- a/webpack/module/rules/theme-color.ts
+++ b/webpack/module/rules/theme-color.ts
@@ -8,7 +8,7 @@ const constants = require('../../../src/const.json');
export default () => ({
enforce: 'pre',
- test: /\.tag$/,
+ test: /\.vue$/,
exclude: /node_modules/,
loader: StringReplacePlugin.replace({
replacements: [