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 b5a3227 commit 961268eCopy full SHA for 961268e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@imagemarker/kveditor",
3
- "version": "0.6.1",
+ "version": "0.6.2",
4
"description": "React key/value component library",
5
"repository": "github:imagemarker/kveditor",
6
"keywords": [
rollup.config.js
@@ -54,7 +54,7 @@ export default {
54
use: ['sass']
55
}),
56
nodeResolve({
57
- preferBuiltins: true
+ browser: true
58
59
production ? terser() : null
60
]
0 commit comments