o2team / athena

O2前端流程工具

Home Page:https://athena.aotu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

字体压缩不生效,且提示找不到路径

m9rco opened this issue · comments

module-conf.js

    fontcompress : {
      enable: true
    },

project/index.less

 @font-face {
    font-family: 'benmoxueyuan';
    src: url('benmoxuaeyuan.ttf');
    font-weight: normal;
    font-style: normal;
}
    .main {
      font-family: 'benmoxueyuan';
      width: 100%;
      margin-top: 50px;
      font-size: 25px;
    }

发现没有用CommonJS, Uncaught ReferenceError: require is not defined

要是支持 browserify 就好了 0.0