Generate source-maps from babel and uglifyjs
This commit is contained in:
parent
a56017f0ec
commit
3940e77612
21 changed files with 105 additions and 44 deletions
|
@ -6,12 +6,14 @@ const config = {
|
|||
//app: './app.js',
|
||||
links: './links.js',
|
||||
maps: './maps.js',
|
||||
newnote: './newnote.js'
|
||||
newnote: './newnote.js',
|
||||
piwik: './piwik.js'
|
||||
},
|
||||
output: {
|
||||
path: __dirname + '/public/assets/js',
|
||||
filename: '[name].js'
|
||||
},
|
||||
devtool: 'source-map',
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue