mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-02 12:46:05 +02:00
Switch to ace editor and improve build process for it
This commit is contained in:
@@ -69,6 +69,7 @@ const typescriptLoaders = [
|
||||
presets: ['@babel/preset-env'],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
['@babel/plugin-proposal-object-rest-spread', { 'useBuiltIns': true }]
|
||||
],
|
||||
},
|
||||
@@ -136,6 +137,7 @@ module.exports = {
|
||||
presets: ['@babel/preset-env'],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'@babel/plugin-syntax-dynamic-import',
|
||||
['@babel/plugin-proposal-object-rest-spread', { 'useBuiltIns': true }]
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user