mirror of https://github.com/alibaba/ice.git
12 lines
502 B
Markdown
12 lines
502 B
Markdown
# `@ice/miniapp-loader`
|
|
|
|
> Forked from [@tarojs/loader](https://github.com/NervJS/taro/tree/next/packages/taro-loader) with respect ❤️
|
|
> Licensed under the MIT License
|
|
> https://github.com/NervJS/taro/blob/next/LICENSE
|
|
|
|
Webpack loader exposed to ice.js for building applet artifacts, including the following `loader`:
|
|
|
|
## page
|
|
|
|
Miniapp usage only. Call the `createPageConfig` method of `@ice/miniapp-runtime` in the miniapp page file to create an object accepted by the miniapp `Page` constructor.
|