freetube/_scripts
Emma b453b01b81
Adding web support to dev-runner (#2729)
* Adding ytpl and ytsr as externals in web.config

This should get rid of those two warnings that were
showing up on web builds

* Reducing discrepancies between dev and prod in web builds

* Removing  a line which would prevent hot reloading

`this.locales` is retained between hot reloads, so it shouldn't
be set to `null`.

* Adding a new flag to the dev runner

Adding a new command: `run dev:web`

* Running `loadLocale` in development web builds

* Adding a line back which was removed

* Removing a line which was added
2022-10-18 08:50:32 -04:00
..
ProcessLocalesPlugin.js Adding web support to dev-runner (#2729) 2022-10-18 08:50:32 -04:00
build.js Small build config cleanup (#2621) 2022-09-26 16:17:04 -04:00
dev-runner.js Adding web support to dev-runner (#2729) 2022-10-18 08:50:32 -04:00
webpack.main.config.js Compress and lazy load locales (#2603) 2022-09-24 11:06:50 -04:00
webpack.renderer.config.js Fix the development only js-yaml dependency being included in the release builds (#2646) 2022-10-02 08:12:13 +08:00
webpack.web.config.js Adding web support to dev-runner (#2729) 2022-10-18 08:50:32 -04:00
webpack.workers.config.js Remove node-loader as we don't have any binary/native node modules (#2576) 2022-09-15 08:52:46 +08:00