Vlad Afonin
Results
4
issues of
Vlad Afonin
1.1.5 on windows
Can't import the named export 'parse' from non EcmaScript module (only default export is available)
5
Sucrase does not work with webpack ```js import sucrase from 'sucrase' ``` Webpack config ```js let webpack = require('webpack') // CSS let MiniCssExtractPlugin = require('mini-css-extract-plugin') let autoprefixer = require('autoprefixer-stylus') //...