Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

use webpack & conditional build & update deps #34

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
enable sourcemap
  • Loading branch information
ying authored and ying committed Feb 20, 2019
commit 4390b1def162122e87c4a45501cec5a4a4f9dc88
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = (env,{mode})=> {
library: 'autolayout',
globalObject: 'this'
},
devtool:'source-map',
module:{
rules: [{
test: /\.js$/,
Expand Down