Skip to content

Commit c3219d5

Browse files
committed
Use vue-resize, new demo
1 parent f2a3e35 commit c3219d5

24 files changed

+365
-75904
lines changed

config/webpack.base.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ module.exports = {
3535
},
3636
},
3737
},
38+
{
39+
test: /\.css$/,
40+
loader: ExtractTextPlugin.extract('css-loader'),
41+
},
3842
],
3943
},
4044
externals: {

0 commit comments

Comments
 (0)