component-webpack-plugin icon indicating copy to clipboard operation
component-webpack-plugin copied to clipboard

Use components with webpack - UNMAINTAINED

Results 5 component-webpack-plugin issues
Sort by recently updated
recently updated
newest added

error: compiler.resolvers.normal is null

I know it's probably a case of "if you don't know what it is, you don't need it", but I ran across this in the new webpack docs and have...

This module doesn't work when the components are versioned: ``` test/my-component: "1.0" ``` Then the component directory looks like [email protected]. What I have is a bit of a hack as...

see webpack/webpack#337 Instead of infering the module name from the path name, it should be read from the component.json. 1. Read all component.jsons for all dependencies. 2. Use the component...

## loading-pattern It seems like the folder structure of components have changed. When you install a component, the folder structure for each component looks something like the following: ``` component-name...