mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-12 19:06:17 +02:00
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
7 lines
No EOL
186 B
JavaScript
7 lines
No EOL
186 B
JavaScript
import { merge } from "webpack-merge";
|
|
import common from './webpack.common.js';
|
|
|
|
export default env => merge(common(env), {
|
|
devtool: 'inline-source-map',
|
|
mode: 'development'
|
|
}); |