|
1 | 1 | module.exports = { |
2 | | - transpileDependencies: ["vuetify"], |
3 | | - pages: { |
4 | | - background: { |
5 | | - entry: "src/background/main.js", |
6 | | - template: "public/index.html", |
7 | | - filename: "background.html", |
8 | | - title: "Example - Background" |
9 | | - }, |
10 | | - desktop: { |
11 | | - entry: "src/desktop/main.js", |
12 | | - template: "public/index.html", |
13 | | - filename: "desktop.html", |
14 | | - title: "Example - Desktop" |
15 | | - }, |
16 | | - in_game: { |
17 | | - entry: "src/in_game/main.js", |
18 | | - template: "public/index.html", |
19 | | - filename: "in_game.html", |
20 | | - title: "Example - In game" |
21 | | - } |
| 2 | + transpileDependencies: ["vuetify"], |
| 3 | + pages: { |
| 4 | + background: { |
| 5 | + entry: "src/background/main.js", |
| 6 | + template: "public/index.html", |
| 7 | + filename: "background.html", |
| 8 | + title: "Example - Background" |
22 | 9 | }, |
23 | | - productionSourceMap: false, |
24 | | - configureWebpack: { |
25 | | - devtool: false |
| 10 | + desktop: { |
| 11 | + entry: "src/desktop/main.js", |
| 12 | + template: "public/index.html", |
| 13 | + filename: "desktop.html", |
| 14 | + title: "Example - Desktop" |
| 15 | + }, |
| 16 | + in_game: { |
| 17 | + entry: "src/in_game/main.js", |
| 18 | + template: "public/index.html", |
| 19 | + filename: "in_game.html", |
| 20 | + title: "Example - In game" |
26 | 21 | } |
| 22 | + }, |
| 23 | + productionSourceMap: false, |
| 24 | + configureWebpack: { |
| 25 | + devtool: false |
| 26 | + } |
27 | 27 | }; |
0 commit comments