Webpack html-inline-script-webpack-plugin do not work after upgade pixi v.8 #10344
Unanswered
jkukuryk
asked this question in
v8 General
Replies: 2 comments 4 replies
-
This is the repo with a basic webpack and pixi configuration: |
Beta Was this translation helpful? Give feedback.
3 replies
-
hi Jakub, I'm in the same boat making playables, been using v7 for ages and had a poke at v8 and ran into this issue. wondered if you ever found a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I updated the Pixi version, the webpack plugin html-inline-script-webpack-plugin created 4/5 additional chunks.
Plugin works perfectly with pixi v. 7
GOAL: I must build a single HTML file with all the code and assets.
Plugin: https://github.com/icelam/html-inline-script-webpack-plugin
Beta Was this translation helpful? Give feedback.
All reactions