Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyword 'interface' is reserved #23

Closed
garak opened this issue Jan 2, 2023 · 2 comments
Closed

keyword 'interface' is reserved #23

garak opened this issue Jan 2, 2023 · 2 comments

Comments

@garak
Copy link

garak commented Jan 2, 2023

After upgrading from 0.5.2 to 0.6.1:

Uncaught Error: Module parse failed: The keyword 'interface' is reserved (3:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| 'use strict'
|
interface ISfCollectionConfig {
| collectionsSelector: string // Default: 'div[data-prototype]',
| entry: {

@webda2l
Copy link
Member

webda2l commented Jan 2, 2023

Previous README mentioned the use of the JS not minify version: src/a2lix_sf_collection, and it was a mistake. This JS not minify version is not provided anymore.
See https://github.com/a2lix/symfony-collection#basic-use and the fixed mention dist/a2lix_sf_collection.min to use.

@webda2l webda2l pinned this issue Jan 3, 2023
@garak
Copy link
Author

garak commented Jan 6, 2023

Thanks

@garak garak closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants