Skip to content

Commit 5baeed4

Browse files
chore(rollup): update rollup config
1 parent 4833a32 commit 5baeed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ const CONFIG = {
4242
file: '_bundles/ui-router-core' + extension,
4343
sourcemap: true,
4444
format: 'umd',
45+
exports: 'named',
46+
banner: banner,
4547
},
4648

47-
exports: 'named',
4849
plugins: plugins,
49-
banner: banner,
5050
onwarn: onwarn,
5151
};
5252

0 commit comments

Comments
 (0)