mirror of
https://github.com/safing/portmaster
synced 2025-04-10 22:19:11 +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;
|