We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ff132 commit 83a366fCopy full SHA for 83a366f
2 files changed
performance/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rxfire/performance",
3
- "browser": "../dist/rxfire-performance.js",
+ "browser": "../dist/performance/index.esm.js",
4
"main": "../dist/performance/index.cjs.js",
5
"module": "../dist/performance/index.esm.js",
6
"typings": "../dist/performance/index.d.ts",
remote-config/package.json
"name": "rxfire/remote-config",
- "browser": "../dist/rxfire-remote-config.js",
+ "browser": "../dist/remote-config/index.esm.js",
"main": "../dist/remote-config/index.cjs.js",
"module": "../dist/remote-config/index.esm.js",
"typings": "../dist/remote-config/index.d.ts",
0 commit comments