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:
parent
69388d9963
commit
9c18fa3c97
@ -2,6 +2,7 @@ const path = require('path')
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
module: {
|
module: {
|
||||||
|
strictExportPresence: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /\.(woff(2)?|ttf|eot|otf)(\?v=\d+\.\d+\.\d+)?$/,
|
test: /\.(woff(2)?|ttf|eot|otf)(\?v=\d+\.\d+\.\d+)?$/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user