mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Maintenance: This commit updates to webpack v5 and esbuild. I'm still testing it, but I think this'll work.
This commit is contained in:
parent
cef58241d4
commit
10ca28098b
20 changed files with 3086 additions and 3877 deletions
|
@ -13,8 +13,8 @@ module.exports = {
|
|||
'react'
|
||||
],
|
||||
'parserOptions': {
|
||||
'parser': '@babel/eslint-parser',
|
||||
'ecmaVersion': 8,
|
||||
//'parser': '@babel/eslint-parser',
|
||||
'ecmaVersion': 'latest',
|
||||
'sourceType': 'module',
|
||||
'ecmaFeatures': {
|
||||
'jsx': true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue