You are on page 1of 3

1

2
4
5
6
7
8
9
10
11
12

13

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Webpack is not recommended for large web applications
Which of the following code can help us make the compilation automatically
Which of these softwares is necessary to install webpack
Executing the following command will automatically create a file named: webpack_practice >> npm init
The distinct feature of webpack is
Which of the following tells webpack how to treat a Bundled Code
Which of the following loader can be used to process style sheets
file:///home/ram/work/webpack_practice/index.html means that the file gets loaded from
Which helps in using babel with webpack babel
_____________ simplies the creation of HTML files to serve webpack bundles
Which of the following features, considered the backbone of Webpack

Which of the following code snippet instantiates the plugin FrescoPlugin require
Plugins are instantiable objects
Which of the following, can be used to define an entry point?
Webpack is a/an ______________ tool
Webpack understands only __________________
Webpack is written in
can be transformed to JavaScript with the help of loaders
Custom plugins can be installed via ___________
Which of these softwares is necessary to install webpack
Webpack can be optimized with the following command
A plugin can be instantiated with the keyword
Which of the following makes Webpack s
Webpack starts building the dependency graph from
Webpack supports third party libraries
which of the following is a Node.js express server?
The latest version of Webpack is
Which of the following webpack feature enables Code on Demand
Which of the following code can be used to install the style loader?
In Webpack, we can use
Which of the following makes Webpack extensible
CoffeeScript can be transformed to JavaScript with the help of
0
build: "webpack ./src/app.js ./dist/bundle.js"
JVM/ALL Node.js
package.json
Code-Splitting
output
CSS-loader
local machine
Loader
HtmlWebpackPlugin
plugins

var FrescoPlugin = require('Welcome');

var webpackConfig = {
// ... config settings here ...
plugins: [
new FrescoPlugin({options: true})
]
};
1
module.exports={entry:
open source
Java script
Javascript
CoffeeScript
Both
None
webpack --optimize --minimize(wrong) webpack --optimize -minimize
require(wrong) New
Extensible loader
Entry(wrong) Loaders
1
webpack-dev-server
2.X
Code Splitting
node install style-loader - save-dev
Both
Plugins
Plugins

You might also like