Evonox
Evonox
I have come across the fact that it is required to load Angular template and stylesheet files using the **require(...)** command having inside its brackets the file path. In my...
After 16 hours of trial and error I managed to create a temporary solution upon this issue in my project. Tomorrow I start refactoring it and in case of interest...
As I have promised the solution is here. Finally I decided to write it as one WebPack plugin and two WebPack loaders, each distributed in a separate NPM module. The...
My plan for the upcoming version 0.2 of **electron-native-plugin** is to support building of user-defined native modules mainly. The planned configuration of the plugin might be as follows: ```javascript new...
Hi @vunb , the autodiscover of gyp files should have defined some rules we have to specify. 1. First we may have to look it up in **node_modules** directory 2....
Hi @vunb I possibly did understand. When the supplied string is not a directory then it must be the module name that should be possible to discover by **require** method....
Hi @vunb , thanks for your reply. I have read the article you have given here in your first post and I think I got the key point. It had...
Hi @vunb sorry for the late answer. For the past two weeks I have been busy working on my GNU email client application so I did not have time for...
Hi @vunb, I forgot to mention that to experiment with the described automatic native module resolution you need to clone the official **master** branch. I did not publish it yet...
Quite right, I will check those services and prepare tests for the plugin. So far I have been testing the plugin only in my own project build procedure which is...