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 webpack = require('webpack');
|
||||
const path = require('path')
|
||||
const webpack = require('webpack')
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
'codice.fiscale': './src/codice.fiscale.js'
|
||||
'codice.fiscale': './src/index.js'
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
@ -31,4 +31,4 @@ module.exports = {
|
||||
.optimize
|
||||
.UglifyJsPlugin()
|
||||
]
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user