Using WebPack with Cocos
Cocos
JUNE 27, 2024
Hello, I am trying to use WebPack with Cocos. Is there a documentation on how to do so ? I have tried with installing all the dependencies. I have edited the package.json - { “name”: “newproject”, “uuid”: “6520ed65-48d8-4a34-8ee5-ec382e9957af”, “scripts”: { “build”: “webpack --config webpack.config.js” }, “creator”: { “version”: “3.8.3” }, “dependencies”: { “cors”: “^2.8.5” }, “devDependencies”: { “ @types /fs-extra”: “^11.0.4”, “css-loader”: “^7.1.2”, “file-loader”: “^6.2.0”, “ts-loader”: “^9.5
Let's personalize your content