aurelia-breeze icon indicating copy to clipboard operation
aurelia-breeze copied to clipboard

Add Webpack setup to the readme.md

Open Vaccano opened this issue 8 years ago • 1 comments

The readme.md file only shows how to setup using JSPM.

It would be really nice to see how this should be setup for Webpack. (I get a breeze is not defined error.)

Vaccano avatar Aug 09 '16 20:08 Vaccano

For those with this same error, adding this before my configure method in main.ts fixed it for me:

require('expose?breeze!breeze-client/breeze.debug');

Vaccano avatar Aug 22 '16 17:08 Vaccano