mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
named package creation
This commit is contained in:
parent
d3b655175d
commit
e17ef16980
@ -1,9 +1,9 @@
|
|||||||
const path = require('path');
|
const path = require('path')
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
entry: {
|
entry: {
|
||||||
'codice.fiscale': './src/codice.fiscale.js'
|
'codice.fiscale': './src/index.js'
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'dist'),
|
path: path.resolve(__dirname, 'dist'),
|
||||||
@ -31,4 +31,4 @@ module.exports = {
|
|||||||
.optimize
|
.optimize
|
||||||
.UglifyJsPlugin()
|
.UglifyJsPlugin()
|
||||||
]
|
]
|
||||||
};
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user