Lars A.

Results 3 issues of Lars A.

Why this change? 1. It is faster 2. In my application, imports with ```@import url('@/some/directory/my-file.css');```will be broken due to the destruction. With push it is no problem.

I have a Controller (Service) and want to render the result of an action in a template. I use annotations to route. Simple example: ``` /** * @route("test") */ ```...

* Collect all importPaths from layers * Check for non-layers (maybe only needed for the tests) * Call addComponentsDir for all found directories Why? Current status: If you use nuxt-layers...