ember-ref-bucket icon indicating copy to clipboard operation
ember-ref-bucket copied to clipboard

warning ember-ref-bucket.no-preprocessor

Open basz opened this issue 1 year ago • 2 comments

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...

basz avatar Aug 14 '24 14:08 basz

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

lifeart avatar Aug 14 '24 14:08 lifeart

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",

basz avatar Aug 14 '24 14:08 basz