We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason, I am unable to remove the new tab override from the extension even after follow these steps. Any help is appreciated greatly.
I have removed this from webpack.config.js:
webpack.config.js
newtab: path.join(__dirname, 'src', 'pages', 'Newtab', 'index.jsx'), new HtmlWebpackPlugin({ template: path.join(__dirname, 'src', 'pages', 'Newtab', 'index.html'), filename: 'newtab.html', chunks: ['newtab'], cache: false, }),
Also, this from manifest.json:
manifest.json
"chrome_url_overrides": { "newtab": "newtab.html" },
Other steps I've taken:
$ NODE_ENV=production npm run build
npm run build
npm start
pages/newtab
The text was updated successfully, but these errors were encountered:
have you solved your problem? Because I also struggle with it
Sorry, something went wrong.
Somehow it was working for me with above steps without removing pages/newtab
I restarted my chrome after rebuilding the project and it worked for me
No branches or pull requests
For some reason, I am unable to remove the new tab override from the extension even after follow these steps. Any help is appreciated greatly.
I have removed this from
webpack.config.js
:Also, this from
manifest.json
:Other steps I've taken:
$ NODE_ENV=production npm run build
.npm run build
.npm start
.pages/newtab
gives a compilation error.The text was updated successfully, but these errors were encountered: