python-webpack-loader
python-webpack-loader copied to clipboard
Fix #18: fix demo
Note that we also need to add to our webpack.config.js::
resolve: {
alias: {
'.': path.resolve(__dirname, '__target__')
},
extensions: ['.js', '.py']
}
This fixes issue #18 for me