Skip to content

Commit 8a66401

Browse files
committed
fix: webpack plugin outputs es2015 code
1 parent 615790f commit 8a66401

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default [
5454

5555
{
5656
input: 'src/webpack/webpackTagCommonJSExports.js',
57+
plugins: [babel()],
5758
output: {
5859
file: 'dist/webpackTagCommonJSExports.js',
5960
format: 'cjs'

0 commit comments

Comments
 (0)