chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Compiler } from 'webpack';
|
||||
import { applyReactConfig } from './lib/apply-react-config';
|
||||
|
||||
export class NxReactWebpackPlugin {
|
||||
constructor(private options: Record<string, any> = {}) {}
|
||||
|
||||
apply(compiler: Compiler): void {
|
||||
applyReactConfig(this.options, compiler.options);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user