We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5255b33 commit f74a659Copy full SHA for f74a659
2 files changed
src/main.js
@@ -142,7 +142,7 @@ export const abort = () => {
142
143
//export const loaded = async () => {
144
//export async function loaded() {
145
-export const loaded = async function() {
+export async function loaded() {
146
connect_file_img('imageSrc', 'fileInputSrc');
147
148
for (let pack of known_iconpacks) {
webpack.config.cjs
@@ -26,7 +26,7 @@ module.exports = [
26
devtool: "inline-source-map",
27
},
28
{
29
- target: 'node',
+ //target: 'node',
30
entry: './src/main.js',
31
output: {
32
path: path.resolve(__dirname, 'dist'),
@@ -36,6 +36,6 @@ module.exports = [
36
name: 'sp',
37
38
39
- devtool: "inline-source-map",
+ //devtool: "inline-source-map",
40
}
41
];
0 commit comments