Closed dy closed 7 years ago
Hi! Installed plugin and tried to use, but got
Couldn't find preset "es2015" relative to directory "C:\\projects\\rage-game\\node_modules\\smalltalk" while parsing file: C:\projects\rage-game\node_modules\smalltalk\lib\smalltalk.js
No idea why it does not work by default.
What are you use for building? Is it webpack? Can you show me config?
webpack
Also you can try:
const smalltalk = require('smalltalk/legacy');
To use transpiled version of smalltalk.
smalltalk
I use browserify. Switched to dialogs for now.
Hi! Installed plugin and tried to use, but got
No idea why it does not work by default.