Artur Komarov
Results
2
issues of
Artur Komarov
After running yarn build I got: ``` ERROR in ./src/main/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: [BABEL] /Users/mico/Projects/pathephone-desktop/src/main/index.js: The decorators plugin requires a 'decoratorsBeforeExport' option, whose value must be a...
bug
I faced the problem with mixing parslets with unpredictable match length (never know which parslet will be longer). I made an example and solution for this case you can see...