mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> (cherry picked from commit cbe66f4660fa58dcbb8254220f507b5514fdf41d)
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
const baseConfig = require('@rancher/shell/pkg/babel.config');
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
plugins: [
|
|
...(baseConfig.plugins || []),
|
|
'@babel/plugin-transform-class-static-block'
|
|
]
|
|
};
|