Created
June 30, 2022 08:00
-
-
Save just-jeb/b7d7f42e4479262aabe74fdbfc38e96d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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