Umi的headScripts属性,在html页面头部添加js
Deshun 发布于 3年前 (2021-08-31) 2415℃ 评论(0) 赞 (1)
headScripts配置 <head> 里的额外脚本,默认值为数组,数组项为字符串或对象。Type:ArrayDefault:[]大部分场景下用字符串格式就够了,比如:export default { headScripts: [`alert(1);`, `https://a.com/b.js`], };会生成 HT...
Deshun 发布于 3年前 (2021-08-31) 2415℃ 评论(0) 赞 (1)
headScripts配置 <head> 里的额外脚本,默认值为数组,数组项为字符串或对象。Type:ArrayDefault:[]大部分场景下用字符串格式就够了,比如:export default { headScripts: [`alert(1);`, `https://a.com/b.js`], };会生成 HT...
Deshun 发布于 3年前 (2021-08-22) 1583℃ 评论(0) 赞 (0)
create-react-app 项目使用css-module及问题整理使用 create-react-app 创建的 React TypeScript 项目,如何以 Module 的形式引入 css 呢?正常情况可以这样引入:import './index.scss';但是像下面这样:import styles from './in...
Deshun 发布于 3年前 (2021-07-14) 1625℃ 评论(0) 赞 (0)
VS Code 编译 *.ts 文件,需要安装 TS 依赖。全局安装 TS :yarn global add typescript // or npm install -g typescript创建/生成&...
Deshun 发布于 4年前 (2020-12-11) 2973℃ 评论(0) 赞 (0)
今天准备用 TypeScript 写个 Demo ,安装 TypeScript 后用 PhpStorm 运行某一段代码的时候报错:Debugger attached. Waiting for the debugger to disconnect... internal/modules/cjs/loader.js:968 ...