西索酱

Results 12 comments of 西索酱

需要在项目内的命令中使用。 比如你是 `npm i --dev npm-run-all `, 那么在 package.scripts 就可以写 `“dev”: “run-p dev:*”` , (correct) 然后就可以执行 npm run dev (wrong) 而不能直接在终端执行 run-p dev:* ------- another way 另一种我没有尝试过的办法,需要安装为全局对象。npm i -g npm-run-all

Hope to support regular expressions,beause of some diff. in fact , I had wride like: ``` json noResolvePaths: [ "someLib/*", "../someLib/*", "../../someLib/*" ] ```

you should check you code , if its A import B, B import C ,C import A.then it will more then 100

> @takegine i think this plugin uses esbuild transform so you cannot use esbuild plugin, i notice that `esbuild-style-plugin` uses postcss under the hood why not use rollup plugin for...

i don't know how to make them work together

I still use `rollup` in the production environment, but each save takes more than 9 seconds. Im learnning `esbuild` and want to use it to speed up build. But `esbuild`...

> 兄弟你这汉化怎么弄进插件里去,得我自己重新打包编译一遍整个插件吗 已经有其他发布了,你可以搜一下,作者是糍粑。我这个的用法就是覆盖本地文件。当时我看的时候他的语言是写在了代码里。

> > Also it would be more difficult to implement for us. > > Yeah, in the string.format implementation, TSTL would have to derive the type of the variable, and...

``` { // typescript({ // tsconfig: `${context}/tsconfig.json`, // }), // terser(), esbuild({ tsconfig: `${context}/tsconfig.json`, minify :true, // inject:['./abc.js'] } as any), } ```` is working ,thanks