react-three-next icon indicating copy to clipboard operation
react-three-next copied to clipboard

Error in dev mode

Open RakowskiPrzemyslaw opened this issue 2 years ago • 2 comments

when running yarn dev this error occurs

(node:23899) [DEP_WEBPACK_SINGLE_ENTRY_PLUGIN] DeprecationWarning: SingleEntryPlugin was renamed to EntryPlugin
(Use `node --trace-deprecation ...` to show where the warning was created)
Defining routes from exportPathMap
(node:23899) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
        Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
        Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.```

RakowskiPrzemyslaw avatar Jul 01 '22 23:07 RakowskiPrzemyslaw

This is a simple warning from a dependency (workbox used in next-offline). Does it prevent you to launch the starter? If so it might be related to something else.

RenaudRohlinger avatar Jul 03 '22 04:07 RenaudRohlinger

it seems to be working properly. just noticed this warning and created an issue, because couldn't find solution for it

RakowskiPrzemyslaw avatar Jul 03 '22 15:07 RakowskiPrzemyslaw

We are not using next-offline anymore so this warning is not here anymore 👍

RenaudRohlinger avatar Nov 01 '22 08:11 RenaudRohlinger