- Make
--env
strings windows-compliant. #44
- Add
module
,jsnext:main
toinit/package.json
for proper ES support.
- Fix
es/
build to actually preserveimport
,export
.
- Upgrade
npm:version
to remove oldgit
command. (Not correct with newpublishr
workflow).
- Update dependencies, templates to modern webpack, babel, eslint, etc.
- Add publishr support.
- Upgrade Travis to modern yarn + node engines.
- Switch to separate repo for
builder-react-component-dev
- Output new
es/
directory - Remove
.jsx
suffix.
- Fix sanity-check in
demo/index.html
to support React 15.
- Add
json-loader
to support loading JSON files. - Update webpack test config
externals
to support Enzyme.
- Update frontend code with "module pattern" for dev. dependencies.
- Publishing error. Do not use.
- Update Node code with "module pattern" for dev. dependencies.
- Add eslint to
dev/
files. - Update recommended Builder
PATH
modifications verbiage.
- Update dependencies and templates (to use
archetype
data field).
- Add
builder-init
support withinit.js
andinit
templates.
- Ensure webpack exits with status 1 on errors
- Use to
builder-support
to generatedev/package.json
and addREADME.md
to dev module. #7 #8 - Switch to
cd lib ||
test fornpm:postinstall
task. - Fix bug for
require.resolve
-ing "css" loader. #15
- Fix demo hot loader webpack configuration. ( @coopy )
- Copy non-JS files in babel build step. ( @hartmamt )
- Switch to
ARCHETYPE
+ARCHETYPE-dev
model for dependencies.
- Switch to project root
.babelrc
instead of from archetype until fixed upstream. ( @exogen )
- Infer component name off
package.json:name
instead ofsrc/index.js
.
- Fix dependency bug.
- Initial release.