chore: update webpack

pull/1877/head 1.5.0-beta.2
tangjinzhou 2020-03-15 11:54:00 +08:00
parent a87d0c511a
commit 8959f62dff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.5.0-alpha.1",
"version": "1.5.0-beta.2",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [

View File

@ -1,6 +1,6 @@
// This config is for building dist files
const webpack = require('webpack');
const getWebpackConfig = require('../antd-tools/getWebpackConfig');
const getWebpackConfig = require('./antd-tools/getWebpackConfig');
// noParse still leave `require('./locale' + name)` in dist files
// ignore is better