1
0
Fork 0
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:
SirStendec 2023-09-01 17:01:52 -04:00
parent cef58241d4
commit 10ca28098b
20 changed files with 3086 additions and 3877 deletions

View file

@ -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