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.

16 lines 381 B
module.exports = { tabWidth: 4, semi: true, trailingComma: "none", bracketSameLine: true, useTabs: true, overrides: [ { files: ["*.json", "*.yml", "*.yaml"], options: { tabWidth: 2, useTabs: false }, } ], };