Computer Science, asked by ashking8941, 9 months ago

Webpack understands _________ alone.

Answers

Answered by dreamrob
1

Webpack understands JavaScript-only it is not limited to the web alone.

• Webpack is a mandated line tool to create bundles of assets. It doesn't on the server or the browser.

• webpack understands only JavaScript. It takes all the javascript files and transforms them into a huge file.

• webpack gives us great benefits when we use it properly. It is not limited to web alone it can bundle with other targets as well.

Answered by mindfulmaisel
0

Webpack understands JavaScript alone.

Explanation:

  • Webpack can be considered as an open source JS static module bundler. It is used for creating dependency graph which has various modules where the webapp will require the functioning as required.  
  • On depending the graph, it is used for creating new package in which it consists of little number of required files.  
  • It has been primarily for JavaScript, but it can transform into front end assets such as HTML, CSS, and so on.  

Learn more about JavaScript

Write a Javascript code to print all the odd numbers from 15 backwards to 3

https://brainly.in/question/7793428

CoffeeScript can be transformed to JavaScript with the help of

Loaders

Compilers

Translators

Plugins

https://brainly.in/question/9545704

Similar questions