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 8fc54da commit 0596e25Copy full SHA for 0596e25
rollup.config.js
@@ -17,9 +17,12 @@ export default {
17
exports: "named", // remove warning about mixed exports
18
globals: {
19
"hash-sum": "vueLiveHashSum",
20
- "vue-inbrowser-compiler": "vueInbrowserCompiler",
+ "vue-inbrowser-compiler": "vueLivevueInbrowserCompiler",
21
+ "vue-template-compiler": "vueLiveVueTemplateCompiler",
22
"vue-prism-editor": "VuePrismEditor",
23
debounce: "debounce",
24
+ acorn: "acorn",
25
+ recast: "recast",
26
},
27
28
{
0 commit comments