mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
import type { Configuration } from 'webpack';
|
|
|
|
module.exports = {
|
|
entry: { background: { import: 'projects/portmaster-chrome-extension/src/background.ts', runtime: false } },
|
|
} as Configuration;
|