Skip to content
Snippets Groups Projects
Commit 34b1eee8 authored by Alexander Rose's avatar Alexander Rose
Browse files

fix webpack config

parent 75f6466f
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ const sharedConfig = { ...@@ -9,7 +9,6 @@ const sharedConfig = {
rules: [ rules: [
{ {
test: /\.(woff2?|ttf|otf|eot|svg|html)$/, test: /\.(woff2?|ttf|otf|eot|svg|html)$/,
include: [path.resolve(__dirname, 'build/src/')],
use: [{ use: [{
loader: 'file-loader', loader: 'file-loader',
options: { name: '[name].[ext]' } options: { name: '[name].[ext]' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment