Skip to content

Commit

Permalink
No need to use raw loader, dojo-webpack-plugin says this is predefined
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 9, 2018
1 parent 4376eb7 commit be89046
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webpack.config.js
Expand Up @@ -54,9 +54,6 @@ var webpackConf = {
"dojox/gfx/canvas"
),

new webpack.NormalModuleReplacementPlugin(/^dojo\/text!/, function(data) {
data.request = data.request.replace(/^dojo\/text!/, "!raw-loader!");
}),

new webpack.NormalModuleReplacementPlugin(
/^css!/, function(data) {
Expand Down

0 comments on commit be89046

Please sign in to comment.