diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-16 03:23:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-16 03:23:10 +0900 |
| commit | 11f32375b662c7584aeb0efae4513ea07e8bb1b3 (patch) | |
| tree | 247b540f5c66daebc05885ea46d8a8bbca1b812c /webpack/module/rules/fa.ts | |
| parent | wip (diff) | |
| download | sharkey-11f32375b662c7584aeb0efae4513ea07e8bb1b3.tar.gz sharkey-11f32375b662c7584aeb0efae4513ea07e8bb1b3.tar.bz2 sharkey-11f32375b662c7584aeb0efae4513ea07e8bb1b3.zip | |
wip
Diffstat (limited to 'webpack/module/rules/fa.ts')
| -rw-r--r-- | webpack/module/rules/fa.ts | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/webpack/module/rules/fa.ts b/webpack/module/rules/fa.ts deleted file mode 100644 index a31bf1bee2..0000000000 --- a/webpack/module/rules/fa.ts +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Replace fontawesome symbols - */ - -import { pattern, replacement } from '../../../src/common/build/fa'; - -export default () => ({ - //enforce: 'pre', - test: /\.(vue|js|ts)$/, - exclude: /node_modules/, - loader: 'replace', - query: { - search: pattern.toString(), - replace: replacement - } -}); |