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 f6f714d commit af36dfbCopy full SHA for af36dfb
lib/bundle/bundler.js
@@ -6,6 +6,9 @@ module.exports = function generateBundle(entryPoint, config, cache) {
6
let { readConfig, writeConfig } = config;
7
let options = Object.assign({}, readConfig, {
8
input: entryPoint,
9
+ output: {
10
+ generatedCode: "es2015"
11
+ },
12
cache
13
});
14
return rollup.rollup(options).
0 commit comments