Specify esmodule false for font loader

pull/10/head
Matthew Strasiotto 4 years ago
parent be7cc94ade
commit a3a2238d35

@ -34,7 +34,8 @@ let mainConfig = {
loader: 'file-loader',
options: {
name: '[name].[ext]',
outputPath: 'fonts/'
outputPath: 'fonts/',
esModule: false
}
}
]

Loading…
Cancel
Save