Closed Leon-Carto closed 1 year ago
Hello, I need to build the source code in ES5 for embedding into my project. I find the rollup.config attaching the babel, and build bundle successfully, but when I run build with my project it failed. Need help to solve the issue. Thanks
babel({ exclude: 'node_modules/**', presets: [['@babel/env', { targets: { browsers: ['>2%', 'not dead'] } }]], babelrc: false, babelHelpers: 'bundled' }),
Sorry I think your problem is out of scope of this project.
Hello, I need to build the source code in ES5 for embedding into my project. I find the rollup.config attaching the babel, and build bundle successfully, but when I run build with my project it failed. Need help to solve the issue. Thanks