Skip to content

Commit d129aa2

Browse files
committed
build: added browser instead of main entry again
1 parent 37e2a6d commit d129aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0-2",
44
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute supported by a Service Worker.",
55
"source": "./src/loading-attribute-polyfill-with-serviceworker.js",
6+
"browser": "./dist/loading-attribute-polyfill-with-serviceworker.js",
67
"esmodule": "./dist/loading-attribute-polyfill-with-serviceworker.modern.js",
78
"module": "./dist/loading-attribute-polyfill-with-serviceworker.module.js",
89
"umd:main": "./dist/loading-attribute-polyfill-with-serviceworker.umd.js",

0 commit comments

Comments
 (0)