Closed queckezz closed 8 years ago
Requiring deku with webpack gives me the following warning:
This is because you built the final bundle with browserify which means that it has its own bundle context (require etc.)
I would suggest:
dist/standalone.js
lib
// package.json { "scripts": { "prepublish": "rm -rf lib && babel src --out-dir lib" } }
I can't change this since I'm on a windows machine and don't have make.
make
Awesome work on 2.0.0-rc btw! Really excited.
2.0.0-rc
This should be fixed in 2.0.0-rc4, although I still need to fix #310
2.0.0-rc4
Requiring deku with webpack gives me the following warning:
This is because you built the final bundle with browserify which means that it has its own bundle context (require etc.)
I would suggest:
dist/standalone.js
bundle for those not using any package manager (if you still wanna support that)lib
folder through a prepublish step:I can't change this since I'm on a windows machine and don't have
make
.Awesome work on
2.0.0-rc
btw! Really excited.