admin管理员组文章数量:1431406
I use firebaseui, and I need to build it with french localization because the localized versions are not published to npm. My current package.json
looks like this:
"dependencies": {
"firebaseui": "^3.5.2"
}
Is there a way to change it so that firebaseui
is built with build-js-fr
parameter on npm install
?
I use firebaseui, and I need to build it with french localization because the localized versions are not published to npm. My current package.json
looks like this:
"dependencies": {
"firebaseui": "^3.5.2"
}
Is there a way to change it so that firebaseui
is built with build-js-fr
parameter on npm install
?
-
1
Sounds like what you should at the very least also be doing is asking about getting them to publish the localizations so you can
require('firebaseui/fr')
instead of having to build things yourself, on their issue tracker. – Mike 'Pomax' Kamermans Commented Apr 12, 2019 at 14:29 -
agreed, unless you'd like to customize the localization, I don't see why you should be building it in the first place. Let's get this published!
本文标签: javascriptIs there a way to automatically build a dependency in packagejsonStack Overflow
版权声明:本文标题:javascript - Is there a way to automatically build a dependency in package.json? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745576890a2664386.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论