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 49d007d commit 335064aCopy full SHA for 335064a
build/rollup.config.base.js
@@ -5,8 +5,7 @@ import babel from 'rollup-plugin-babel'
5
export default {
6
input: 'src/main.js',
7
output: {
8
- name: 'JsonApiResponseConverter',
9
- exports: 'named'
+ name: 'JsonApiResponseConverter'
10
},
11
plugins: [
12
resolve(),
0 commit comments