crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Which of the following can be used to define an entry point?
Question Posted on 11 Jul 2020Home >> WEB >> Bundling With Webpack >> Which of the following can be used to define an entry point?

Which of the following can be used to define an entry point?
Choose the correct answer from below list
(1)module.exports = {
entry: './path/to/my/entry/file.js'
};
(2)module.exports = {
add.entry: './path/to/my/entry/file.js'
};
(3)module.imports = {
entry: './path/to/my/entry/file.js'
};
(4)module.imports = {
add: './path/to/my/entry/file.js'
};

Answer:-(1)module.exports = {
entry: './path/to/my/entry/file.js'
};
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Which of the following tells Webpack how to treat a Bundled Code?

Webpack is written in __________.

Custom plugins can be installed through ___________.

In Webpack, we can use _________.

Webpack can be optimized with which of the following commands?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap