mirror of
https://github.com/safing/portmaster.git
synced 2026-06-19 20:44:35 +00:00
6 lines
197 B
TypeScript
6 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;
|