Skip to content
This repository was archived by the owner on Mar 21, 2018. It is now read-only.
This repository was archived by the owner on Mar 21, 2018. It is now read-only.

Do not use node require in renderer process #1529

@jsantell

Description

@jsantell

Currently we still use node in the renderer process, but should allow node stdlib's that are browserify-able via https://github.com/webpack/node-libs-browser, like assert, url, path, etc. and wire this up to our webpack build (maybe just change the target from electron renderer to browser? sure there's a few config things to do for this) to ensure we're not using any non-browserify-able node stdlibs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions