You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A boilerplate for PIXI.JS that uses webpack and babel to convert ES2016+ Javascript code into something understandable by all browsers, and bundles all the JS files into a single file put into an index.html. This is my first project with webpack and babel, and improvements are sure to some
Transpiles advanced JS code into gibberish that a browser can understand. Then bundles those into a single bundle.js file and appends it to an index.html.
##Start development server:
npm start
##Build into ./dist
npm run build
More TODO
About
A boilerplate for PIXI.JS that uses webpack and babel to convert ES2016+ Javascript code into something understandable by all browsers, and bundles all the JS files into a single file put into an index.html. This is my first project with webpack and babel, and improvements are sure to some