mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[EC-251] Fix web local development (#2775)
* Wip * Fix bitwarden licensed web * Fix template paths * Cleanup gitattributes git-blame-ignore-revs * Fix tsconfig, add postcss and tailwind config to bitwarden_license. * And done
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const { AngularWebpackPlugin } = require("@ngtools/webpack");
|
||||
|
||||
const webpackConfig = require("../webpack.config");
|
||||
const webpackConfig = require("../../apps/web/webpack.config");
|
||||
|
||||
webpackConfig.entry["app/main"] = "./bitwarden_license/src/app/main.ts";
|
||||
webpackConfig.entry["app/main"] = "../../bitwarden_license/bit-web/src/app/main.ts";
|
||||
webpackConfig.plugins[webpackConfig.plugins.length - 1] = new AngularWebpackPlugin({
|
||||
tsConfigPath: "tsconfig.json",
|
||||
entryModule: "bitwarden_license/src/app/app.module#AppModule",
|
||||
|
||||
Reference in New Issue
Block a user