Workbox
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = {
|
||||
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
|
||||
sourceType: 'module', // Allows for the use of imports
|
||||
},
|
||||
ignorePatterns: ["babel.config.js"],
|
||||
|
||||
env: {
|
||||
node: true,
|
||||
@@ -162,4 +163,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
'settings': {
|
||||
'import/resolver': 'webpack'
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user