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 03b718f commit adb3208Copy full SHA for adb3208
rollup.config.js
@@ -2,6 +2,7 @@ const { config } = require('@teclone/rollup-all');
2
module.exports = config({
3
config: {
4
moduleName: 'XMLSerializer',
5
+ entryFile: 'main.js',
6
esmConfig: {
7
enabled: true,
8
},
0 commit comments