chore: initial commit from klp-oa @ 0.8.3, renamed to fad-l3
This commit is contained in:
13
klp-ui/babel.config.js
Normal file
13
klp-ui/babel.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
plugins: [
|
||||
'@babel/plugin-proposal-optional-chaining'
|
||||
],
|
||||
env: {
|
||||
development: {
|
||||
plugins: ['dynamic-import-node']
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user