mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-12-16 02:30:05 +00:00
updating to better support general userscripts
This commit is contained in:
parent
0eeaa9cb84
commit
32e70e621a
4 changed files with 208 additions and 1327 deletions
|
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
extensions: ['.tsx', '.ts', '.js'],
|
||||
},
|
||||
output: {
|
||||
filename: pkg.name + '.bundle.js',
|
||||
filename: pkg.name + '.user.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue