Skip to content

Commit

Permalink
Create fake functions
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 14, 2016
1 parent 5b63720 commit c4ba559
Show file tree
Hide file tree
Showing 8 changed files with 6,387 additions and 6,043 deletions.
11 changes: 11 additions & 0 deletions config/webpack.dev.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
var path = require('path');
var webpack = require('webpack');

var sourceDir = path.resolve("lib");

module.exports = {
entry: {
fakerator: path.resolve('lib', 'index.js')
Expand All @@ -22,6 +24,15 @@ module.exports = {
packageAlias: 'browser'
}, */

resolve: {
packageAlias: 'browser',
alias: {
'lib': sourceDir,
'vendor': path.resolve("vendor"),
'locales': path.join(sourceDir, "locales")
}
},

module: {
loaders: [
{
Expand Down
Loading

0 comments on commit c4ba559

Please sign in to comment.