Skip to content

Commit 335064a

Browse files
Removing named exports
1 parent 49d007d commit 335064a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/rollup.config.base.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import babel from 'rollup-plugin-babel'
55
export default {
66
input: 'src/main.js',
77
output: {
8-
name: 'JsonApiResponseConverter',
9-
exports: 'named'
8+
name: 'JsonApiResponseConverter'
109
},
1110
plugins: [
1211
resolve(),

0 commit comments

Comments
 (0)