Answer the question
In order to leave comments, you need to log in
How to run webpack dev server with different settings?
I have music playing in my project and transitions between screens are in the form of gifs with pictures for 2-3 seconds. Is it possible to create two modes of devserver operation? Ie one mode which will ignore certain functions and styles? If so, where can I read about it. For example, I want this:
1 mod standard
//another script
const preloader = ( ) => {
// code
}
preloader()
<code lang="javascript">
//another script
const preloader = ( ) => {
// code
}
//preloader()
</code>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question