0.5.3 • Published 7 days ago

glass-easel-miniprogram-webpack-plugin v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

glass-easel-miniprogram-webpack-plugin

The webpack plugin for building mini-program code running in glass-easel.

Refer to the glass-easel project for further details.

Usage

See the template.

Custom Bootstrap

By default, the plugin inserts a bootstrap code to insert the defaultEntry into DOM <body>

However, if the backend is not DOM or you want to bootstrap manually, set the customBootstrap option to true .

new GlassEaselMiniprogramWebpackPlugin({
  customBootstrap: true,
})

Furthermore, if the backend handles stylesheets unlike DOM, another disableClassPrefix may be required to be true depending on the backend.

0.5.3

7 days ago

0.5.2

9 days ago

0.5.0

16 days ago

0.5.1

16 days ago

0.4.0

1 month ago

0.3.1

3 months ago

0.3.0

3 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.1

1 year ago

0.1.0

1 year ago