文件名称:harmonyos2-jupyterlab-webpack:jupyterlab-webpack
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-21 08:16:38
系统开源
和声2 使用 Webpack 构建 JL 扩展 这是一个如何使用 webpack 预先构建 JL 扩展的示例,以便您可以通过任何您想要的配置来运行它。 yarn yarn build jupyter labextension install . 构建的index.js最终看起来像: module . exports = /******/ ( function ( modules ) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = { } ; /******/ /******/ // The require function /******/ function __webpack_require__ ( moduleId ) { /******/ /******/ // Check if module is in cache /******/ if ( installedModules [ moduleId ] ) { /******/ return
【文件预览】:
jupyterlab-webpack-master
----webpack.config.js(499B)
----README.md(5KB)
----.gitignore(27B)
----index.js(636B)
----package.json(468B)