Has anyone setup ignite for use with npm and Webpack?
Hello,
There is no documentation currently available of using Ignite UI with webpack.
Depending on your software stack, webpack usage will be different. For example, if using Typescript and the Angular 2 components, then using webpack should be very straightforward by using ts-loader.
If your project is using ES5 and utilizing AMD exports, Ignite UI can be downloaded with AMD exports as a combined file in the downloads page which should work with webpack.
Let me know if you have any questions.
Sincerely,
Associate Software Developer
Sam Elliott
Now that 2016.2 is out with the updated module stuff, is there an easy way to setup webpack with the full version of the code like there is with the OSS version?