Skip to content

Commit adab442

Browse files
committed
miso-functora css wip
1 parent 5b26c9c commit adab442

File tree

161 files changed

+361695
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+361695
-193
lines changed
Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
const webpack = require("webpack");
22

33
module.exports = {
4-
entry : {
5-
miso_functora : "../miso-functora/js/main.js",
6-
wasm : "./static/wasm.js",
4+
entry: {
5+
miso_functora: "../miso-functora/js/main.js",
6+
wasm: "./static/wasm.js",
77
},
8-
output : {
9-
path : __dirname + "/dist/latest",
10-
filename : "[name].js",
8+
output: {
9+
path: __dirname + "/dist/latest",
10+
filename: "[name].js",
1111
// Export itself to a global variable
12-
libraryTarget : "var",
13-
library : "h$[name]",
12+
libraryTarget: "var",
13+
library: "h$[name]",
1414
},
15-
mode : "production",
16-
optimization : {
17-
minimize : false,
15+
mode: "production",
16+
optimization: {
17+
minimize: false,
1818
},
19-
plugins :
20-
[
21-
new webpack.IgnorePlugin({resourceRegExp : /^node:timers$/}),
22-
new webpack.optimize.LimitChunkCountPlugin({
23-
maxChunks : 1,
24-
}),
25-
],
19+
plugins: [
20+
new webpack.IgnorePlugin({ resourceRegExp: /^node:timers$/ }),
21+
new webpack.optimize.LimitChunkCountPlugin({
22+
maxChunks: 1,
23+
}),
24+
],
2625
};

ghcjs/miso-functora/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
dist
66
android
77
capacitor-geckoview/capacitor/build
8+
webpack.lock.data

ghcjs/miso-functora/.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ dist-newstyle
33
capacitor-geckoview
44
package-lock.json
55
*\.min\.*
6+
dist/*
7+
css/*

0 commit comments

Comments
 (0)