Nour-Eddine ECH-CHEBABY

Results 1 comments of Nour-Eddine ECH-CHEBABY

the @yozman solution works well for me with webpack ^3.11 but i ended using this solution : ``` module: { rules: [ { test: require.resolve("pace-progress"), loader: "imports-loader?define=>false" } ] }...