Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

Commit 52958e3

Browse files
committed
qrcode gen fchanged
1 parent 4f70d9c commit 52958e3

File tree

6 files changed

+4100
-3818
lines changed

6 files changed

+4100
-3818
lines changed

build/webpack.base.conf.js

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ module.exports = {
7777
{
7878
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
7979
loader: 'base64-font-loader'
80+
} ,{
81+
test: /\.node$/,
82+
use: 'node-loader'
8083
}
8184
],
8285
loaders: [

0 commit comments

Comments
 (0)