Giter VIP home page Giter VIP logo

webpack-boilerplate's Introduction

Webpack Boilerplate - multiple entry

Minimal Webpack 5 boilerplate with Babel, core-js, Sass, Pug, ESlint and a lot mor. It also includes optimization for development and production build. A version with webpack 4 is also available.

Features

Clone the repo and install dependencies

git clone https://github.com/tomickigrzegorz/webpack-boilerplate.git
cd webpack-boilerplate
npm i

Usage

Development server

npm run dev

Production build

npm run prod

Dependencies

Webpack

Babel

  • @babel/core - Transpile ES6+ to backwards compatible JavaScript
  • @babel/preset-env - Smart defaults for Babel
  • @babel/eslint-parser - Is a parser that allows ESLint to run on source code that is transformed by Babel.
    • eslint - ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code
    • eslint:recommended - An extends property value "eslint:recommended" enables a subset of core rules that report common problems
    • eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier
    • eslint-plugin-html An ESLint plugin to extract and lint scripts from HTML files
    • eslint-plugin-import ESLint plugin with rules that help validate proper imports
    • eslint-plugin-prettier ESLint plugin for Prettier formatting
  • core-js - Modular standard library for JavaScript, includes many polyfills

Loaders

Plugins

Assets

  • .htaccess - optimized 100/100 in google https://web.dev/measure/ of course when there are no ads ;)
  • manifest.json - of course you can use the favicons-webpack-plugin that will generate all possible elements in the manifest

License

This project is open source and available under the MIT License.

webpack-boilerplate's People

Contributors

dependabot[bot] avatar tomickigrzegorz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

webpack-boilerplate's Issues

Production error

Hi,
in npm run prod:
[webpack-cli] ValidationError: Invalid options object. Terser Plugin has been initialized using an options object that does not match the API schema.

  • options has an unknown property 'sourceMap'. These properties are valid:
    object { test?, include?, exclude?, parallel?, minify?, terserOptions?, extractComments? }

thanks

svg images in build aren't visible

Hi and thanks for good work - this boilderplate is awesome!
i have problem with handling svg images that's are inline in html template for example in html file:

 <img class="lazy" data-src="./../images/image.svg" alt="">

i don't use PUG , only html files so after 'yarn prod' i dont have img / only 404 file not found

loading fonts

Hello,
can you guide me throw on how to load fonts ?
like if i have a folder called fonts and inside it a font
how can i load it and copy it to production folder ?

unable to resolve dependency tree

`npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/pug
npm ERR! dev pug@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev pug-loader@"^2.4.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/pug
npm ERR! peer pug@"^2.0.0" from [email protected]
npm ERR! node_modules/pug-loader
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/khwabuntu/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/khwabuntu/.npm/_logs/2021-01-16T02_03_26_371Z-debug.log`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.