Skip to content

Commit 6f80ba5

Browse files
committed
Migrate from CommonJS to ESM
1 parent 529d106 commit 6f80ba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@symfony/webpack-encore",
33
"version": "5.0.1",
44
"description": "Webpack Encore is a simpler way to integrate Webpack into your application",
5-
"main": "index.js",
5+
"type": "module",
6+
"exports": "./index.js",
67
"scripts": {
78
"test": "yarn run test:main && yarn run test:persistent-cache",
89
"test:main": "mocha --reporter spec test --recursive --ignore test/persistent-cache/*",

0 commit comments

Comments
 (0)