-
Notifications
You must be signed in to change notification settings - Fork 33
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
干掉 scss 吧! #88
Comments
哈哈,sass 那个源码真是很难下下来,但是scss用的挺多的。 |
有没有选择安装的说法? |
不过你那里不是用 image 的么 |
开发用 npm 包,发布才用 docker |
peerDependencies? |
@wangkechun 嗯,是指类似的手段,不过现在看 |
可不可以 自定义一个字段,然后在 postinstall 的时候根据 config 安装 |
@doxiaodong 好厉害的样子…字段值是在打 npm install 的时候指定吗 |
就是加一个命令, postinstall ,然后分析 build-config.json 里有没有 scss,less,这样的配置,然后按需安装,不过这个会安装到当前目录,怎么保证不写进当前项目的的 package.json 。 |
这个做不到啊,builder 的定位目前是全局安装的 |
做个插件? builder-plugin-qiniu |
哈哈,很牛逼了,我先改 optionalDependencies 吧,至少装不上不影响整体 |
还有 image-loader 的依赖也很难下。 |
是的 |
我发现有个安全问题,node-sass 依赖的 node-gyp 一直不更新发布(似乎是依赖于完全放弃支持 node4 才没发布来着),有人都弃用 gulp-sass 了😂 |
经常因为它导致 builder 安装失败...
The text was updated successfully, but these errors were encountered: