We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca5f4 commit f4d30eaCopy full SHA for f4d30ea
templates/build/rollup.config.js
@@ -21,6 +21,7 @@ const config = {
21
}),
22
babel({
23
runtimeHelpers: true,
24
+ extensions: ['.js', '.jsx', '.es6', '.es', '.mjs', '.vue'],
25
exclude: 'node_modules/**'
26
})
27
]
0 commit comments