Skip to content

Missing dist/module.esm.min.js in 3.15.11 #4818

@metametadata

Description

@metametadata

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions