Alpine.js version
v3.15.11
Description
I use the ES module version of the library and the minified version is absent in the latest release v3.15.11.
import Alpine from '../node_modules/alpinejs/dist/module.esm.min.js';
window.$selectedFiles = Alpine.reactive([]);
Alpine.start();
...
Steps
Get the release 3.15.11 from NPM.
Actual
dist/module.esm.min.js is absent:
~/Desktop/alpinejs-3.15.11/dist ᐅ tree
.
├── cdn.js
├── cdn.min.js
├── module.cjs.js
└── module.esm.js
1 directory, 4 files
Expected
dist/module.esm.min.js is present.
Alpine.js version
v3.15.11
Description
I use the ES module version of the library and the minified version is absent in the latest release v3.15.11.
Steps
Get the release 3.15.11 from NPM.
Actual
dist/module.esm.min.jsis absent:Expected
dist/module.esm.min.jsis present.