Mike Woodward

Results 8 comments of Mike Woodward

Have you tried the prerelease version? Using that version things installed properly for me. On Fri, Mar 16, 2018, 1:50 PM BouncingBit wrote: > @petevb I can confirm, that this...

I found that the dojo-webpack-loader wasn't correctly loading my dojo/text modules (with the raw-loader) until I used this in my webpack config: `resolveLoader: { alias: { "dojo/text": 'raw-loader' } }`...

That seems to work, thanks! Also, I guess `text-loader` is the same as or does the same as `raw-loader`. Now I just have to figure out how to load multiple...

yea, I noticed that too. Dojo/text does more than just load raw strings. It also looks like it parses xml and potentially other formats. When you alias to raw-loader, dojo/text...

Webpack uses the '!' symbol in require statements as a way to use loaders in-line. I had to use the normalModuleReplacementPlugin in my webpack config to get around some of...

Make sure you have all of the props passed in correctly. You need to have the dataSource property set with data.

No problem! I'm running v12.0.21005.1 REL

I must have forgotten to look at the version requirement. Thanks