UNPKG

@cocreate/webpack

Version:

A Webpack integration tool for CoCreate applications, enabling file watching, automated chunking, lazy loading, and file uploading. It leverages CoCreate.config for streamlined project builds and development workflows.

41 lines 1.13 kB
module.exports = { "organization_id": "", "key": "", "host": "", "directories": [ { "entry": "./demo", "array": "files", "object": { "name": "{{name}}", "src": "{{source}}", "host": [ "*" ], "directory": "/demo/webpack/{{directory}}", "path": "{{path}}", "pathname": "{{pathname}}", "content-type": "{{content-type}}", "public": "true" } } ], "sources": [ { "array": "files", "object": { "_id": "61a12db2a8b6b4001a9f5a2e", "name": "index.html", "path": "/docs/webpack", "pathname": "/docs/webpack/index.html", "src": "{{./docs/index.html}}", "host": [ "*" ], "directory": "webpack", "content-type": "{{content-type}}", "public": "true" } } ] };