Build the new version
parent
73b54c385a
commit
305751a361
|
@ -99,15 +99,8 @@ const getOutput = (baseDir) => {
|
|||
];
|
||||
};
|
||||
|
||||
export default [
|
||||
{
|
||||
input: join(__dirname, "src", "autoinit.js"),
|
||||
export default {
|
||||
input: join(__dirname, "src", "index.js"),
|
||||
output: getOutput(outputDir),
|
||||
plugins: getPlugins(true),
|
||||
},
|
||||
{
|
||||
input: join(__dirname, "src", "shareon.js"),
|
||||
output: getOutput(join(outputDir, "noinit")),
|
||||
plugins: getPlugins(false),
|
||||
},
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue