1. Executing the following command will automatically create a file named: webpack_practice >>
View Answer
npm init -->Package.json
2. Which of these softwares is necessary to install webpack
View Answer
Node.js
3. Webpack supports third party libraries
View Answer
True
4. The distinct feature of webpack is
View Answer
code splitting
5. Webpack supports third party libraries
View Answer
True
6. Which of the following webpack feature enables Code on Demand
View Answer
code splitting
7. Which of these softwares is necessary to install webpack
View Answer
node.js
8. The distinct feature of webpack is
View Answer
code splitting
9. Which of the following code can help us make the compilation automatically
View Answer
"build": "webpack ./src/app.js ./dist/bundle.js
10. Which of the following code can be used to install the style loader?
View Answer
npm install css-loader style-loader --save-dev
11. Which helps in using babel with webpack
View Answer
`babel-loader
12. Which of the following loader can be used to process style sheets
View Answer
css- loader
13. Which of the following code snippet instantiates the plugin FrescoPlugin
View Answer
Require New freco plugin
14. _____________ simplies the creation of HTML files to serve webpack bundles
View Answer
HtmlWebpackPlugin
15. Plugins are instantiable objects
View Answer
True
16. Which of the following features, considered the backbone of Webpack
View Answer
Plugins
17. Webpack understands only __________________
View Answer
Javascript
18. A plugin can be instantiated with the keyword
View Answer
new
19. Which of the following, can be used to define an entry point?
View Answer
module.exports = { // Entry point of webpack entry: './src/app.js',
20. Which of the following is a Node.js express server?
View Answer
webpack-dev-server
21. Executing the following command will automatically create a file named: webpack_practice >> npm init
View Answer
package.json
22. Webpack is not recommended for large web applications
View Answer
False
23. Webpack supports third party libraries
View Answer
True
24. Which of the following code can help us make the compilation automatically
View Answer
build: "webpack ./src/app.js ./dist/bundle.js
25. Plugins are instantiable objects
View Answer
True
26. Which of the following webpack feature enables Code on Demand
View Answer
code splitting
27. Which of the following tells webpack how to treat a Bundled Code
View Answer
output
28. Which of the following code snippet instantiates the plugin FrescoPlugin
View Answer
Require New freco plugin
29. Which of these softwares is necessary to install webpack
View Answer
node.js
30. Which of the following features, considered the backbone of Webpack
View Answer
plugins
31. Webpack is written in
View Answer
Javascript
32. Webpack is a/an ______________ tool.
View Answer
opensource
No comments:
Post a Comment