Skip to content

Commit

Permalink
fix: provide entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Mar 2, 2020
1 parent 03b718f commit adb3208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { config } = require('@teclone/rollup-all');
module.exports = config({
config: {
moduleName: 'XMLSerializer',
entryFile: 'main.js',
esmConfig: {
enabled: true,
},
Expand Down

0 comments on commit adb3208

Please sign in to comment.