python-webpack-loader icon indicating copy to clipboard operation
python-webpack-loader copied to clipboard

A webpack loader for the python language

Results 6 python-webpack-loader issues
Sort by recently updated
recently updated
newest added

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

Hello ! First, I want to personally thank you for making this really cool module ! However, I have some issues running the example, here is my [example repo where...

The current Vue example does not use Vue Cli 3 patterns. TIA!

#cmd.get(`${compiler.name} ${compiler.switches} ${srcDir}${slash}${basename}.py` whitout ' is run

Hi -- Thanks for the project. When a transcrypt error occurs (like a syntax error), it gives me the message asking if I need to install transcrypt, but it doesn't...