Skip to content
New issue

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

feat: migrate search to snjs #526

Closed
wants to merge 10 commits into from
Closed

Conversation

SNCubes
Copy link

@SNCubes SNCubes commented Mar 2, 2021

Migrating search to SNJS allows providing a consistent experience across all devices and platforms.

@SNCubes SNCubes requested review from moughxyz and arielsvg March 2, 2021 14:33
@@ -6,6 +6,7 @@ module.exports = (env, argv) => {
const port = argv.port || 3001;
return merge(config(env, argv), {
mode: 'development',
devtool: 'inline-source-map',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait we didn't have a lighter special sourcemap option set up before? 😳

@arielsvg
Copy link
Contributor

arielsvg commented Mar 2, 2021

Note that we won't be able to merge this in until the associated SNJS PR gets merged and released, and the web dependency gets updated :) standardnotes/snjs#230

@moughxyz
Copy link
Member

moughxyz commented Mar 8, 2021

Superseded by #530

@moughxyz moughxyz closed this Mar 8, 2021
@moughxyz moughxyz deleted the feature/migrate-search-to-snjs branch February 28, 2022 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants