Completely updated React, fixed #11, (hopefully)
This commit is contained in:
36
goTorrentWebUI/node_modules/attr-accept/webpack.config.js
generated
vendored
36
goTorrentWebUI/node_modules/attr-accept/webpack.config.js
generated
vendored
@@ -1,20 +1,18 @@
|
||||
{
|
||||
module.exports = {
|
||||
entry: "./src/index.js",
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: "./dist/index.js",
|
||||
libraryTarget: "commonjs2",
|
||||
library: "react-attr"
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel',
|
||||
exclude: /node_modules/
|
||||
}
|
||||
]
|
||||
}
|
||||
module.exports = {
|
||||
entry: './src/index.js',
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: './dist/index.js',
|
||||
libraryTarget: 'commonjs2',
|
||||
library: 'react-attr'
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
exclude: /node_modules/
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user