Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

pedenys/webpack-babel-basic-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 4 and Babel 7 simple template

This template allows to use ES modules, async/await and css imports based on an index.html template file.

Beware of the "special" config for @babel/preset-env. For generator functions and async/await to work, you need to specify :

presets: [
  [
    '@babel/preset-env',
    {
      targets: {
        node: 'current'
      }
    }
  ]
]

About

📦 Webpack 4 with Babel 7 minimalist template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •