Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove spellchecker packaging
Browse files Browse the repository at this point in the history
fixes #10060

Auditors: @bsclifton

Test Plan:
Run `CHANNEL=dev npm run build-package`
  • Loading branch information
darkdh committed Jul 19, 2017
1 parent 3a34cfe commit e5c6622
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tools/buildPackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ if (isLinux) {
cmds.push('"node_modules/rcedit/bin/rcedit.exe" ./Brave-win32-' + arch + '/Brave.exe --set-version-string "SquirrelAwareVersion" "1"')
}

cmds.push('mkdirp ' + path.join(buildDir, 'resources', 'app.asar.unpacked', 'node_modules', 'spellchecker', 'vendor', 'hunspell_dictionaries'))
cmds.push('ncp ' + path.join('node_modules', 'spellchecker', 'vendor', 'hunspell_dictionaries') + ' ' + path.join(buildDir, 'resources', 'app.asar.unpacked', 'node_modules', 'spellchecker', 'vendor', 'hunspell_dictionaries'))

if (isDarwin) {
cmds.push('mkdirp ' + path.join(buildDir, 'Brave.app', 'Contents', 'Resources', 'app.asar.unpacked', 'node_modules', 'node-anonize2-relic-emscripten'))
cmds.push('ncp ' + path.join('node_modules', 'node-anonize2-relic-emscripten', 'anonize2.js.mem') + ' ' + path.join(buildDir, 'Brave.app', 'Contents', 'Resources', 'app.asar.unpacked', 'node_modules', 'node-anonize2-relic-emscripten', 'anonize2.js.mem'))
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function config () {
},
plugins: [
new webpack.IgnorePlugin(/^\.\/stores\/appStore$/),
new webpack.IgnorePlugin(/^spellchecker/),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify(env),
Expand Down

0 comments on commit e5c6622

Please sign in to comment.