Skip to content
Snippets Groups Projects
Commit 460452d7 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Upgrade Bublé, use namedFunctionExpressions option

parent 33d0057f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
"node-static": "0.6.0",
"phantomjs-prebuilt": "^2.1.12",
"rollup": "^0.34.10",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-watch": "^2.5.0"
},
"bugs": "http://github.com/codemirror/CodeMirror/issues",
......
......@@ -14,5 +14,5 @@ export default {
format: "umd",
dest: "lib/codemirror.js",
moduleName: "CodeMirror",
plugins: [ buble() ]
plugins: [ buble({namedFunctionExpressions: false}) ]
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment