Skip to content

Commit 460452d

Browse files
committed
Upgrade Bublé, use namedFunctionExpressions option
1 parent 33d0057 commit 460452d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"node-static": "0.6.0",
2020
"phantomjs-prebuilt": "^2.1.12",
2121
"rollup": "^0.34.10",
22-
"rollup-plugin-buble": "^0.14.0",
22+
"rollup-plugin-buble": "^0.15.0",
2323
"rollup-watch": "^2.5.0"
2424
},
2525
"bugs": "http://github.com/codemirror/CodeMirror/issues",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default {
1414
format: "umd",
1515
dest: "lib/codemirror.js",
1616
moduleName: "CodeMirror",
17-
plugins: [ buble() ]
17+
plugins: [ buble({namedFunctionExpressions: false}) ]
1818
};

0 commit comments

Comments
 (0)