refactor: remove code for non-native extensions shim (#23340)

This commit is contained in:
Jeremy Apthorp
2020-04-30 09:38:09 -07:00
committed by GitHub
parent 3e5486323a
commit 8d0a612265
13 changed files with 5 additions and 1175 deletions

View File

@@ -1,4 +0,0 @@
module.exports = require('./webpack.config.base')({
target: 'content_script',
alwaysHasNode: false
})