diff options
author | Ajay <[email protected]> | 2023-06-30 02:46:27 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-06-30 02:46:27 -0400 |
commit | e1982f265ef43cd63dd7120b0ae6547e28b14d07 (patch) | |
tree | 70257184289acbc775a59ebe3d482fc7af12d868 /webpack | |
parent | e2a01bb74429814e64a14859f43b5fbe2fecdc98 (diff) | |
download | SponsorBlock-e1982f265ef43cd63dd7120b0ae6547e28b14d07.tar.gz SponsorBlock-e1982f265ef43cd63dd7120b0ae6547e28b14d07.zip |
Move maze utils to a submodule, move tooltip out
Diffstat (limited to 'webpack')
-rw-r--r-- | webpack/webpack.common.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 171b2885..e1a3e66c 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -123,7 +123,8 @@ module.exports = env => { ] }, resolve: { - extensions: ['.ts', '.tsx', '.js'] + extensions: ['.ts', '.tsx', '.js'], + symlinks: false }, plugins: [ // Prehook to start building document script before normal build |