2018-03-21
- [fix]: parse filename user loaderUtils
2018-01-03
- [fix]: user webpack.config.resolve.alias first
2017-07-14
- [break]: resolve packageName to real main file(pkg.main || index.js), if use babel to compile into main file,
babel -s
to open sourcemap is very useful for debug
2017-06-06
- fix: not load common.js if no webpack.optimize.CommonsChunkPlugin in loaders
2017-04-28
- refactor: not replace webpackConfig.plugins any more, all user to customize
2017-03-28
- fix: modify output.path only, revert output.publicPath
2017-03-10
- fix: correct display in mobile for viewport
2017-03-06
- fix: add output.publicPath of '/'
2017-01-06
- chore: remove peerDeps of webpack
2016-09-18
- refactor: inline loader and utils
- feat: support customize file title in *.md files
- refine: template style
2016-08-31
- feat: open doraPlugins to bin, using by --doraPlugins proxy?port=9999
2016-08-15
- fix: compatibility for npm@4
2016-08-03
- feat: refactor htmlPlugin with index-webpack-plugin
- feat: dynamic load
package.json
README.md
HISTORY.md
2016-06-06
- feat: add watching for adding、unlinking files, restart automatically
- update: dep of atool-build, to ~0.7.0
- fix: webpackConfig.module.loaders[].loader is undefined
- fix: menu style problem in element.ejs
2016-04-25
- change inline-source-map to inline-cheap-module-source-map
- add atool-monitor
- support specify template name, default is github
- change webpackConfig.tplSource to webpackConfig.demoSource
- add resource to context of file
- refine element.ejs
2016-04-13