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 550ba58 commit 6717fb2Copy full SHA for 6717fb2
rollup.config.js
@@ -251,13 +251,27 @@ if (process.env.ENV === 'dev') {
251
format: 'iife',
252
name: 'play',
253
sourcemap: true,
254
+ globals: {
255
+ 'ractive': 'Ractive',
256
+ 'raport': 'Raport',
257
+ 'design': 'Raport.Design',
258
+ 'raport/index': 'Raport',
259
+ 'design/index': 'Raport.Design',
260
+ }
261
},
262
{
263
file: 'play/index.min.js',
264
265
266
267
plugins: [terser()],
268
269
270
271
272
273
274
275
}
276
],
277
plugins: [
0 commit comments