diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-02 23:35:15 -0500 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-03-02 23:35:15 -0500 |
commit | 067377e138254c72ad4cf3609b05d5aab2b71a26 (patch) | |
tree | 9ce9b22e585a0e1472eb3216630c2404e8517144 /webpack.config.js | |
parent | 95451a2eb0871856b946fff8a14ca0c385af5f1b (diff) | |
parent | 1b481cd441cc8bb200906b246b43e4bc5dc53b4e (diff) |
agh stop merging
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index c973be1ed..30967d618 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -75,6 +75,10 @@ module.exports = { }] }, { + test: /\.(woff|woff2|ttf|eot|otf|svg)$/, + use: 'file-loader?name=fonts/[name].[ext]!static' + }, + { test: /\.scss|css$/, use: [{ loader: "style-loader" @@ -84,7 +88,7 @@ module.exports = { }, { loader: "sass-loader" - } + }, ] }, { |