Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

gaoju / O2O

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • O2O
  • .webpackrc
  • gaoju's avatar
    first · 36b40e1c
    gaoju committed Oct 12, 2019
    36b40e1c Browse Files
.webpackrc 412 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "extraBabelPlugins": [
        ["import", { "libraryName": "antd", "style": "css" }],
        ["import", { "libraryName": "antd-mobile", "style": true },"mobile"]
    ],
    "proxy": {
        "/o2o":{
            "target": "https://iwpuat.ihxlife.com/",
            "changeOrigin": true
        }
    },
    "hash": true,
    "html": {
        "template": "./src/index.ejs"
    },
    "publicPath": "/"
}