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 33d0057 commit 460452dCopy full SHA for 460452d
package.json
@@ -19,7 +19,7 @@
19
"node-static": "0.6.0",
20
"phantomjs-prebuilt": "^2.1.12",
21
"rollup": "^0.34.10",
22
- "rollup-plugin-buble": "^0.14.0",
+ "rollup-plugin-buble": "^0.15.0",
23
"rollup-watch": "^2.5.0"
24
},
25
"bugs": "http://github.com/codemirror/CodeMirror/issues",
rollup.config.js
@@ -14,5 +14,5 @@ export default {
14
format: "umd",
15
dest: "lib/codemirror.js",
16
moduleName: "CodeMirror",
17
- plugins: [ buble() ]
+ plugins: [ buble({namedFunctionExpressions: false}) ]
18
};
0 commit comments