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 529d106 commit 6f80ba5Copy full SHA for 6f80ba5
package.json
@@ -2,7 +2,8 @@
2
"name": "@symfony/webpack-encore",
3
"version": "5.0.1",
4
"description": "Webpack Encore is a simpler way to integrate Webpack into your application",
5
- "main": "index.js",
+ "type": "module",
6
+ "exports": "./index.js",
7
"scripts": {
8
"test": "yarn run test:main && yarn run test:persistent-cache",
9
"test:main": "mocha --reporter spec test --recursive --ignore test/persistent-cache/*",
0 commit comments