mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-12 19:06:17 +02:00
Started conversion to TypeScript.
This commit is contained in:
parent
5837205a9a
commit
03836b69f2
52 changed files with 5729 additions and 418 deletions
7
webpack/webpack.dev.js
Normal file
7
webpack/webpack.dev.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const merge = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
module.exports = merge(common, {
|
||||
devtool: 'inline-source-map',
|
||||
mode: 'development'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue