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 7862cdf commit 67994bdCopy full SHA for 67994bd
packages/webpack-loader/index.mjs
@@ -1,4 +1,4 @@
1
-import jsonMapKeys from 'json-map-keys'
+import { jsonMapKeys } from 'json-map-keys'
2
import { interpolateName } from 'loader-utils'
3
4
export default function generateMappings(content) {
packages/webpack-loader/package.json
@@ -21,7 +21,7 @@
21
"license": "MIT",
22
"main": "./index.mjs",
23
"dependencies": {
24
- "json-map-keys": "^1.0.0-beta.1",
+ "json-map-keys": "^1.0.0",
25
"loader-utils": "^3.3.1"
26
},
27
"peerDependencies": {
0 commit comments