Electron ES6 module import

后端 未结 5 1466
栀梦
栀梦 2020-12-03 11:53

Electron 3.0.0-beta.1 Node 10.2.0 Chromium 66.0.3359.181

The problem I\'m having is importing a module. I created the following protocol:

         


        
5条回答
  •  鱼传尺愫
    2020-12-03 12:01

    I've now done it like this:

    https://gist.github.com/jogibear9988/3349784b875c7d487bf4f43e3e071612

    my problem was, I also wanted to support modules which are imported via none relative path's, so I don't need to transpile my code.

提交回复
热议问题