lifeart / ember-ref-bucket

This is list of handy ember primitives, created to simplify class-based dom workflow
MIT License
36 stars 14 forks source link

warning ember-ref-bucket.no-preprocessor #67

Open basz opened 1 month ago

basz commented 1 month ago

Warning is shown in the console.

"Preprocessor was not executed on create-ref modifier. If the reference is not set, check that ember-ref-bucket is included in the dependencies (not devDependencies) in package.json."

The ember-ref-bucket is included in dependencies in the apps package.json

What else could it be? App runs fine...

lifeart commented 1 month ago

Hey @basz, thank you for report! Could you clarify ember-source version, ember-cli-babel version, and embroider (if used).

This warn introduced here: https://github.com/lifeart/ember-ref-bucket/pull/65

basz commented 1 month ago

hio

"ember-source": "5.10.2",
"ember-cli-babel": "8.2.0",
"@embroider/compat": "3.6.0",
"@embroider/core": "3.4.14",
"@embroider/test-setup": "4.0.0",
"@embroider/util": "1.13.2",
"@embroider/webpack": "4.0.4",