2.0.8 • Published 1 year ago

lpack-react v2.0.8

Weekly downloads
15
License
MIT
Repository
github
Last release
1 year ago

lpack-react

A inheritable boilerplate with webpack5, react, sass, hmr, express & SSR support

How to use ?

Create a project with https://github.com/n8tz/layer-pack, Then add build profiles basing this package available profiles :

  • www & wwwDev : A generic profile to make browser side builds
  • api : A generic profile to make backend/cli builds
  • Comp & CompDev : A generic profile to build stand alone es6/react libs & component
  • static & staticDev : A generic profile to build stand alone app with html

Setup

In order to install dependencies of this package use:

lpack-setup
# or lpack-setup :wantedProfile

Simple .layers.json example :

{
    "default":{
        "extend":["lpack-react"]
    },
    "www":"default", // use extends of the default profile, and www profile in lpack-react
    "wwwDev":"default",
    "api":"default"
}
  • See this package .layers.json for all available profiles

Available config options :

  • targetDir {String} : relative target build directory
  • production {bool} : build using production mode
  • extractCss {bool} : do extract css
  • babelInclude {regexp string} : optional regexp to force parsing external scripts
  • babelPreset {object} : optional options for the babelPreset loader
  • TerserJSPlugin {object} : optional options for the TerserJSPlugin
  • HtmlWebpackPlugin {object} : optional options for HtmlWebpackPlugin

*

2.0.5

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.8

1 year ago

2.0.4

2 years ago

2.0.0-b

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago