mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-10-15 00:20:10 +00:00
implementing source
This commit is contained in:
parent
4d4e882e18
commit
d903afab78
6 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './src/app.ts',
|
||||
entry: './src/background.ts',
|
||||
mode: 'production',
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue