![pinturic](/assets/img/avatar_default.png)
README.md edited online with Bitbucket Add esdoc Upgraded dependencies Fixed dependencies in readme Fix description Fixed readme 0.1.0 config.env deleted online with Bitbucket
27 lines
No EOL
399 B
JavaScript
27 lines
No EOL
399 B
JavaScript
var path = require('path');
|
|
var webpack = require('webpack');
|
|
|
|
module.exports = {
|
|
entry: './src/index.js',
|
|
extensions: ['', '.js', '.json'],
|
|
output: {
|
|
path: './lib',
|
|
filename: 'iso-countries-languages.js',
|
|
library: 'IsoCountriesLanguages',
|
|
libraryTarget: 'umd'
|
|
},
|
|
plugins: [
|
|
|
|
],
|
|
module: {
|
|
loaders: [
|
|
|
|
]
|
|
},
|
|
externals: [
|
|
|
|
],
|
|
resolve: {
|
|
|
|
}
|
|
} |