各位版大好, 小弟剛學寫網頁,
最近接觸webpack覺得非常方便,
但是又很容遇到設定上問題,(實在是又愛又恨)
這次遇到在使用jsoneditor 這個lib時遇到一些問題,
(
我用的lib是yarn安裝後, 根據github上的指示,
https://github.com/josdejong/jsoneditor#custom-builds
build 出 jsoneditor.custom.js後放在 node_modules底下的jsoneditor根目錄
這一動一直不確定對不對, 但是看到custom.js中有require(".src/xxxx")
就先這樣放了
)
請各位大大不吝指導.
目錄架構如下:
E:.
| .gitignore
| Jenkinsfile
| package.json
| webpack.config.js
| webpack.config.prod.js
| yarn.lock
|
+