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 e0c36d8 commit 3b63f12Copy full SHA for 3b63f12
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.13.2
4
+
5
+- Revert "Change JavaScript package to `type: module`"
6
7
## 2.13.0
8
9
- Add Symfony 7 support.
assets/package.json
@@ -3,8 +3,7 @@
"description": "Cropper.js integration for Symfony",
"license": "MIT",
"version": "1.1.0",
- "module": "dist/controller.js",
- "type": "module",
+ "main": "dist/controller.js",
"types": "dist/controller.d.ts",
"config": {
10
"css_source": "src/style.css"
0 commit comments