You've already forked hotpocket
BTHLABS-57: Pre-auth page in the extension
This commit is contained in:
@@ -40,7 +40,9 @@ if (BASE_URL === null) {
|
||||
|
||||
const PLUGINS = [
|
||||
string({
|
||||
include: /\.html$/,
|
||||
include: [
|
||||
'src/content/templates/*.html',
|
||||
],
|
||||
}),
|
||||
replace({
|
||||
include: /\.js$/,
|
||||
@@ -115,6 +117,13 @@ export default [
|
||||
src: 'assets/images',
|
||||
dest: OUTPUT_PATH,
|
||||
},
|
||||
{
|
||||
src: [
|
||||
'src/content/preauth.html',
|
||||
'src/content/preauth.js',
|
||||
],
|
||||
dest: OUTPUT_PATH,
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user