1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add strictExportPresence to webpack config (#8244)

This commit is contained in:
ricky 2020-03-28 01:03:24 -04:00 committed by GitHub
parent 69388d9963
commit 9c18fa3c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ const path = require('path')
module.exports = {
module: {
strictExportPresence: true,
rules: [
{
test: /\.(woff(2)?|ttf|eot|otf)(\?v=\d+\.\d+\.\d+)?$/,