如何輸出與文件相同級別的編譯 babel 文件。我目前有我的腳本來讀取源文件夾并將編譯后的文件輸出到一個單獨的文件夾中,該文件夾使用我的 package.json 中的代碼保留文件夾結(jié)構(gòu) "build:lib": "./node_modules/.bin/babel src/components/ --out-dir lib",假設我在 src/components/Button/Button.js 中有一個反應組件。我想在 src/components/Button/Button.minified.js 中編譯縮小版
將編譯好的 babel 文件輸出到同級文件夾
慕萊塢森
2022-10-08 09:58:41