diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 01:07:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 01:07:09 +0900 |
| commit | 1febbbb12c8bfb55dda785b8335b32bfb2111e37 (patch) | |
| tree | 5b4baab9fe42d3e0d0c44856513cec94fb0b2fe4 /webpack | |
| parent | wip (diff) | |
| download | sharkey-1febbbb12c8bfb55dda785b8335b32bfb2111e37.tar.gz sharkey-1febbbb12c8bfb55dda785b8335b32bfb2111e37.tar.bz2 sharkey-1febbbb12c8bfb55dda785b8335b32bfb2111e37.zip | |
wip
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/module/rules/license.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/module/rules/license.ts b/webpack/module/rules/license.ts index de8b7d79fb..e3aaefa2bf 100644 --- a/webpack/module/rules/license.ts +++ b/webpack/module/rules/license.ts @@ -7,7 +7,7 @@ import { licenseHtml } from '../../../src/common/build/license'; export default () => ({ enforce: 'pre', - test: /\.(tag|js)$/, + test: /\.(vue|js)$/, exclude: /node_modules/, loader: StringReplacePlugin.replace({ replacements: [{ |