aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.dev.js
AgeCommit message (Collapse)Author
2022-07-20Fix running dev brokenAjay
2022-06-30revert module conversionMichael C
2022-05-24update dependencies & bump minimum node version (#1329)Michael C
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
2022-02-06update depndenciesMichael C
- add engines targeting dev - bump webpack - update-oss-attribution CI - appease eslint for webpack - clean up packages - move @types to devDependencies - moved concurrently to devDependencies - remove unused babel
2020-02-04Added manifest building.Ajay Ramachandran
2020-01-28Started conversion to TypeScript.Ajay Ramachandran