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