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 1f61489 commit 3ffbf5fCopy full SHA for 3ffbf5f
package.json
@@ -63,5 +63,13 @@
63
"extends": [
64
"config:base"
65
]
66
+ },
67
+ "rollup": {
68
+ "input": "dist/index.js",
69
+ "output": {
70
+ "file": "dist/index.umd.js",
71
+ "format": "umd",
72
+ "name": "@abraham/reflection"
73
+ }
74
}
75
rollup.config.js
@@ -1,8 +1 @@
1
-export default {
2
- input: 'dist/index.js',
3
- output: {
4
- file: 'dist/index.umd.js',
5
- format: 'umd',
6
- name: '@abraham/reflection',
7
- }
8
-};
+export { rollup as default } from './package.json';
0 commit comments