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
We need to organise the JavaScript file(s), which currently all exists as the monolithic main.js. We'll need to split the JS code across multiple files, which means we'll need to use ES6 import to organise multiple 'class files', which means we'll need Webpack.
We need to organise the JavaScript file(s), which currently all exists as the monolithic
main.js
. We'll need to split the JS code across multiple files, which means we'll need to use ES6import
to organise multiple 'class files', which means we'll need Webpack.Take a look at shaunanoordin/starter-web-app#3
The text was updated successfully, but these errors were encountered: