Skip to content

Instantly share code, notes, and snippets.

@just-jeb
Created June 30, 2022 08:00
Show Gist options
  • Save just-jeb/b7d7f42e4479262aabe74fdbfc38e96d to your computer and use it in GitHub Desktop.
Save just-jeb/b7d7f42e4479262aabe74fdbfc38e96d to your computer and use it in GitHub Desktop.
import type { Configuration } from 'webpack';
module.exports = {
entry: { background: { import: 'src/background.ts', runtime: false } },
} as Configuration;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment