-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ant-tool AXE 升级日志 - 用户版 #4
Comments
有些功能能不能提供个开关: 自动依赖,rucksack 等,有些不是很喜欢。。。 |
rucksack 不影响的,是 postcss 的一个封装。自动依赖安装可以搞个开关。 |
好详细的升级日志,赞。 |
当 webpack.config.js 中有 webpackConfig.babel.plugins.push('antd'); 时会报错:
改成和这里的 atool-build/issues/46 配置一样后就可以了:
|
检查下 atool-build 的版本是否 |
果然。。是用npm 3.3.6装的,版本是 0.4.4。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
亲爱的
ant-tool
用户:ant-tool
做了一系列的更新,代号为AXE
,包含一些有趣的新特性。你可以通过 [email protected] 获得,或者把所有依赖更新为最新。值得一提
自动安装 npm 依赖,并保存到 dependencies
支持 css modules
老项目不用担心兼容问题,css modules 是通过匹配
*.module.css
支持的。示例:
Header.jsx
Header.less
支持 rucksack
更有趣的 css 开发体验。
比如:
支持 decorator
示例:
webpack.config.js 配置简化
babel 和 UglifyJsPluginConfig 的配置提取到 webpackConfig 上,可直接修改。
比如:
其他
支持 webpackConfig 是数组的场景 (处理完 i18n 之后)
watch 模式下精简日志信息
添加 NoErrorsPlugin 插件,构建出错时不生成文件
js 里 require 的 html 文件会被复制到输出目录
proxy -> dora 的地址换成本机 (127.0.0.1)
sourcemap 配置换成
cheap-module-eval-source-map
修改 package.json 和 webpack.config.js 不用手动重启命令
升级日志 - 开发者版
广告
The text was updated successfully, but these errors were encountered: