Skip to content

Commit 0502fef

Browse files
chore(rollup): Update to latest config settings
1 parent 70c529d commit 0502fef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

rollup.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ function isExternal(id) {
5656
}
5757

5858
const CONFIG = {
59-
moduleName: '@uirouter/angular',
60-
entry: 'lib/index.js',
61-
dest: '_bundles/ui-router-ng2' + extension,
59+
input: 'lib/index.js',
60+
output: {
61+
name: '@uirouter/angular',
62+
file: '_bundles/ui-router-ng2' + extension,
63+
sourcemap: true,
64+
format: 'umd',
65+
},
6266

63-
sourceMap: true,
64-
format: 'umd',
6567
exports: 'named',
6668
plugins: plugins,
6769
banner: banner,

0 commit comments

Comments
 (0)