i don't know what i did
Some checks failed
Merge conflict check / main (push) Failing after 1m8s

This commit is contained in:
Michelle Winkler
2025-11-17 12:57:38 +01:00
parent 0ef26c7873
commit 5e059cb98d
7 changed files with 98 additions and 41 deletions

View File

@@ -5,8 +5,8 @@ const path = require('path');
module.exports = {
entry: './src/index.tsx',
output: {
filename: '<plugin-name>.js',
library: '<plugin-name>',
filename: 'TestPlugin.js',
library: 'TestPlugin',
libraryTarget: 'umd',
publicPath: '/',
globalObject: 'this',
@@ -49,6 +49,10 @@ module.exports = {
use: 'ts-loader',
exclude: /node_modules/,
},
{
test: /\.(gif)$/i,
type: 'asset/resource',
},
],
},
resolve: {