hard-source-webpack-plugin
hard-source-webpack-plugin copied to clipboard
I'm using `sass-loader` with `{importer: jsonImporter}` configuration to allow importing JSON into stylesheet files as constants. 2nd build breaks with error ``` ERROR in ./source/stylesheets/application.scss Module build failed: ModuleBuildError: Module...
Hi! First off, thanks for a great plugin! When I added it to our React/TypeScript project I got errors on our imports of svg files. The error was this: ```...
hard-source should have no issue with typescript. A test would be a great way to make sure. Anyone that can point to a simple webpack setup for typescript with at...
This may actually be a bug in webpack. When using webpack in watch-mode or in the dev-server (which uses watch-mode) if a file is written to, webpack compiles, and written...
Would be awesome if some benchmarks could be added to show the difference between the webpack perf with and without hard source. [Happypack has a good example](https://github.com/amireh/happypack#benchmarks)
``` import Rate from './antd-mobile/es/components/rate' console.log(Rate) ``` ### Expected Behavior > application runs correctly,The console displays the Rate ### Actual Behavior > run webpakc build, at the second time the...
### Expected Behavior > Please describe what should happen ### Actual Behavior > Describe what actually happens #### Is an error being thrown? > Include a stack trace if an...